#D87DAF

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

Shades of Kobi #D87DAF

Tints of Kobi #D87DAF

Color information

#D87DAF (or 0xD87DAF) is unknown color: approx Kobi. HEX triplet: D8, 7D and AF. RGB value is (216,125,175). Sum of RGB (Red+Green+Blue) = 216+125+175=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87DAF is #278250. Grayscale: #9D9D9D. Windows color (decimal): -2589265 or 11501016. OLE color: 11501016.

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

Color convert

RGB216125175-
CMYK00.420.190.15
HSL327.03º53.85%66.86%-
HSV(B)327.03º42.13%84.71%-
XYZ43.3932.3644.52-
YUV157.91137.65169.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.86%
GREEN value IS 125 (49.22% from 255) = 24.22%
BLUE value IS 175 (68.75% from 255) = 33.91%
R=41.86%
G=24.22%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612517500.420.190.15327.0353.8566.86
HexD87DAF02A13F1473643
Octal330175257052231750766103
Binary1101100011111011010111101010101001111111010001111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87DAF; }

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

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

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

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

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

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

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

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