#DC87B1

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

Shades of Kobi #DC87B1

Tints of Kobi #DC87B1

Color information

#DC87B1 (or 0xDC87B1) is unknown color: approx Kobi. HEX triplet: DC, 87 and B1. RGB value is (220,135,177). Sum of RGB (Red+Green+Blue) = 220+135+177=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 135 (53.12% from 255 or 25.38% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC87B1 is #23784E. Grayscale: #A5A5A5. Windows color (decimal): -2324559 or 11634652. OLE color: 11634652.

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

Color convert

RGB220135177-
CMYK00.390.200.14
HSL330.35º54.84%69.61%-
HSV(B)330.35º38.64%86.27%-
XYZ46.1135.7246.06-
YUV165.2134.66167.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.35%
GREEN value IS 135 (53.12% from 255) = 25.38%
BLUE value IS 177 (69.53% from 255) = 33.27%
R=41.35%
G=25.38%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013517700.390.200.14330.3554.8469.61
HexDC87B102714E14a3746
Octal334207261047241651267106
Binary11011100100001111011000101001111010011101010010101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC87B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC87B1; }

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

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

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

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

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

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

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

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