#DC87B3

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

Shades of Kobi #DC87B3

Tints of Kobi #DC87B3

Color information

#DC87B3 (or 0xDC87B3) is unknown color: approx Kobi. HEX triplet: DC, 87 and B3. RGB value is (220,135,179). Sum of RGB (Red+Green+Blue) = 220+135+179=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87B3 is #23784C. Grayscale: #A5A5A5. Windows color (decimal): -2324557 or 11765724. OLE color: 11765724.

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

Color convert

RGB220135179-
CMYK00.390.190.14
HSL328.94º54.84%69.61%-
HSV(B)328.94º38.64%86.27%-
XYZ46.3235.847.12-
YUV165.43135.66166.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.20%
GREEN value IS 135 (53.12% from 255) = 25.28%
BLUE value IS 179 (70.31% from 255) = 33.52%
R=41.20%
G=25.28%
B=33.52%

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
Decimal22013517900.390.190.14328.9454.8469.61
HexDC87B302713E1493746
Octal334207263047231651167106
Binary11011100100001111011001101001111001111101010010011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC87B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC87B3; }

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

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

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

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

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

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

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

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