#DC87B2

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

Shades of Kobi #DC87B2

Tints of Kobi #DC87B2

Color information

#DC87B2 (or 0xDC87B2) is unknown color: approx Kobi. HEX triplet: DC, 87 and B2. RGB value is (220,135,178). Sum of RGB (Red+Green+Blue) = 220+135+178=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC87B2 is #23784D. Grayscale: #A5A5A5. Windows color (decimal): -2324558 or 11700188. OLE color: 11700188.

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

Color convert

RGB220135178-
CMYK00.390.190.14
HSL329.65º54.84%69.61%-
HSV(B)329.65º38.64%86.27%-
XYZ46.2235.7646.59-
YUV165.32135.16167-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.28%
GREEN value IS 135 (53.12% from 255) = 25.33%
BLUE value IS 178 (69.92% from 255) = 33.40%
R=41.28%
G=25.33%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013517800.390.190.14329.6554.8469.61
HexDC87B202713E14a3746
Octal334207262047231651267106
Binary11011100100001111011001001001111001111101010010101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC87B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC87B2; }

 p { color: rgb(220,135,178); }

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

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

 a { background-color: rgb(220,135,178); }

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

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

 span { border-color: rgb(220,135,178); }

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