#DC85A8

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

Shades of Kobi #DC85A8

Tints of Kobi #DC85A8

Color information

#DC85A8 (or 0xDC85A8) is unknown color: approx Kobi. HEX triplet: DC, 85 and A8. RGB value is (220,133,168). Sum of RGB (Red+Green+Blue) = 220+133+168=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC85A8 is #237A57. Grayscale: #A2A2A2. Windows color (decimal): -2325080 or 11044316. OLE color: 11044316.

HSL color Cylindrical-coordinate representation of color #DC85A8: hue angle of 335.86º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC85A8 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB220133168-
CMYK00.400.240.14
HSL335.86º55.41%69.22%-
HSV(B)335.86º39.55%86.27%-
XYZ44.9734.8241.4-
YUV163130.82168.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 133 (52.34% from 255) = 25.53%
BLUE value IS 168 (66.02% from 255) = 32.25%
R=42.23%
G=25.53%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013316800.400.240.14335.8655.4169.22
HexDC85A802818E1503745
Octal334205250050301652067105
Binary11011100100001011010100001010001100011101010100001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC85A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC85A8; }

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

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

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

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

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

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

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

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