#DC8DA8

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

Shades of Kobi #DC8DA8

Tints of Kobi #DC8DA8

Color information

#DC8DA8 (or 0xDC8DA8) is unknown color: approx Kobi. HEX triplet: DC, 8D and A8. RGB value is (220,141,168). Sum of RGB (Red+Green+Blue) = 220+141+168=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8DA8 is #237257. Grayscale: #A7A7A7. Windows color (decimal): -2323032 or 11046364. OLE color: 11046364.

HSL color Cylindrical-coordinate representation of color #DC8DA8: hue angle of 339.49º 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 #DC8DA8 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB220141168-
CMYK00.360.240.14
HSL339.49º53.02%70.78%-
HSV(B)339.49º35.91%86.27%-
XYZ46.1137.0941.78-
YUV167.7128.17165.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.59%
GREEN value IS 141 (55.47% from 255) = 26.65%
BLUE value IS 168 (66.02% from 255) = 31.76%
R=41.59%
G=26.65%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014116800.360.240.14339.4953.0270.78
HexDC8DA802418E1533547
Octal334215250044301652365107
Binary11011100100011011010100001001001100011101010100111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8DA8; }

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

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

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

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

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

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

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

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