#D87CAF

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

Shades of Kobi #D87CAF

Tints of Kobi #D87CAF

Color information

#D87CAF (or 0xD87CAF) is unknown color: approx Kobi. HEX triplet: D8, 7C and AF. RGB value is (216,124,175). Sum of RGB (Red+Green+Blue) = 216+124+175=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87CAF is #278350. Grayscale: #9D9D9D. Windows color (decimal): -2589521 or 11500760. OLE color: 11500760.

HSL color Cylindrical-coordinate representation of color #D87CAF: hue angle of 326.74º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87CAF is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB216124175-
CMYK00.430.190.15
HSL326.74º54.12%66.67%-
HSV(B)326.74º42.59%84.71%-
XYZ43.2632.1144.47-
YUV157.32137.98169.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.94%
GREEN value IS 124 (48.83% from 255) = 24.08%
BLUE value IS 175 (68.75% from 255) = 33.98%
R=41.94%
G=24.08%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612417500.430.190.15326.7454.1266.67
HexD87CAF02B13F1473643
Octal330174257053231750766103
Binary1101100011111001010111101010111001111111010001111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87CAF; }

 p { color: rgb(216,124,175); }

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

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

 a { background-color: rgb(216,124,175); }

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

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

 span { border-color: rgb(216,124,175); }

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