#DC87B4

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

Shades of Kobi #DC87B4

Tints of Kobi #DC87B4

Color information

#DC87B4 (or 0xDC87B4) is unknown color: approx Kobi. HEX triplet: DC, 87 and B4. RGB value is (220,135,180). Sum of RGB (Red+Green+Blue) = 220+135+180=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87B4 is #23784B. Grayscale: #A5A5A5. Windows color (decimal): -2324556 or 11831260. OLE color: 11831260.

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

Color convert

RGB220135180-
CMYK00.390.180.14
HSL328.24º54.84%69.61%-
HSV(B)328.24º38.64%86.27%-
XYZ46.4235.8447.65-
YUV165.54136.16166.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.12%
GREEN value IS 135 (53.12% from 255) = 25.23%
BLUE value IS 180 (70.70% from 255) = 33.64%
R=41.12%
G=25.23%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013518000.390.180.14328.2454.8469.61
HexDC87B402712E1483746
Octal334207264047221651067106
Binary11011100100001111011010001001111001011101010010001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC87B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC87B4; }

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

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

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

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

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

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

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

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