#DC6FAE

Color #DC6FAE Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DC6FAE

Tints of Pale Violet Red #DC6FAE

Color information

#DC6FAE (or 0xDC6FAE) is unknown color: approx Pale Violet Red. HEX triplet: DC, 6F and AE. RGB value is (220,111,174). Sum of RGB (Red+Green+Blue) = 220+111+174=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6FAE is #239051. Grayscale: #969696. Windows color (decimal): -2330706 or 11431900. OLE color: 11431900.

HSL color Cylindrical-coordinate representation of color #DC6FAE: hue angle of 325.32º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6FAE is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220111174-
CMYK00.500.210.14
HSL325.32º60.89%64.9%-
HSV(B)325.32º49.55%86.27%-
XYZ42.8429.6443.51-
YUV150.77141.11177.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 43.56%
GREEN value IS 111 (43.75% from 255) = 21.98%
BLUE value IS 174 (68.36% from 255) = 34.46%
R=43.56%
G=21.98%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011117400.500.210.14325.3260.8964.9
HexDC6FAE03215E1453d41
Octal334157256062251650575101
Binary1101110011011111010111001100101010111101010001011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6FAE; }

 p { color: rgb(220,111,174); }

 H1.HeaderClassName
 {
   color: #DC6FAE;
 }
 .AnyTagClassName
 {
   color: #DC6FAE;
 }
</style>
background-color css

<style>
 a { background-color: #DC6FAE; }

 a { background-color: rgb(220,111,174); }

 div.DivClassName
 {
   background-color: #DC6FAE;
 }
 .BgClassName
 {
   background-color: #DC6FAE;
 }
</style>
border-color css

<style>
 span { border-color: #DC6FAE; }

 span { border-color: rgb(220,111,174); }

 td.TdClassName
 {
   border-color: #DC6FAE;
 }
 .TagClassName
 {
   border-color: #DC6FAE;
 }
</style>