#DC88A5

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

Shades of Kobi #DC88A5

Tints of Kobi #DC88A5

Color information

#DC88A5 (or 0xDC88A5) is unknown color: approx Kobi. HEX triplet: DC, 88 and A5. RGB value is (220,136,165). Sum of RGB (Red+Green+Blue) = 220+136+165=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC88A5 is #23775A. Grayscale: #A4A4A4. Windows color (decimal): -2324315 or 10848476. OLE color: 10848476.

HSL color Cylindrical-coordinate representation of color #DC88A5: hue angle of 339.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC88A5 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220136165-
CMYK00.380.250.14
HSL339.29º54.55%69.8%-
HSV(B)339.29º38.18%86.27%-
XYZ45.1135.5440.08-
YUV164.42128.33167.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 136 (53.52% from 255) = 26.10%
BLUE value IS 165 (64.84% from 255) = 31.67%
R=42.23%
G=26.10%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013616500.380.250.14339.2954.5569.8
HexDC88A502619E1533746
Octal334210245046311652367106
Binary11011100100010001010010101001101100111101010100111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC88A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC88A5; }

 p { color: rgb(220,136,165); }

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

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

 a { background-color: rgb(220,136,165); }

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

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

 span { border-color: rgb(220,136,165); }

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