#DC8DA2

Color #DC8DA2 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #DC8DA2

Tints of Kobi #DC8DA2

Color information

#DC8DA2 (or 0xDC8DA2) is unknown color: approx Kobi. HEX triplet: DC, 8D and A2. RGB value is (220,141,162). Sum of RGB (Red+Green+Blue) = 220+141+162=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8DA2 is #23725D. Grayscale: #A7A7A7. Windows color (decimal): -2323038 or 10653148. OLE color: 10653148.

HSL color Cylindrical-coordinate representation of color #DC8DA2: hue angle of 344.05º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC8DA2 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB220141162-
CMYK00.360.260.14
HSL344.05º53.02%70.78%-
HSV(B)344.05º35.91%86.27%-
XYZ45.5636.8738.9-
YUV167.02125.17165.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.07%
GREEN value IS 141 (55.47% from 255) = 26.96%
BLUE value IS 162 (63.67% from 255) = 30.98%
R=42.07%
G=26.96%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014116200.360.260.14344.0553.0270.78
HexDC8DA20241AE1583547
Octal334215242044321653065107
Binary11011100100011011010001001001001101011101010110001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8DA2; }

 p { color: rgb(220,141,162); }

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

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

 a { background-color: rgb(220,141,162); }

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

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

 span { border-color: rgb(220,141,162); }

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