#D87DAE

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

Shades of Kobi #D87DAE

Tints of Kobi #D87DAE

Color information

#D87DAE (or 0xD87DAE) is unknown color: approx Kobi. HEX triplet: D8, 7D and AE. RGB value is (216,125,174). Sum of RGB (Red+Green+Blue) = 216+125+174=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87DAE is #278251. Grayscale: #9D9D9D. Windows color (decimal): -2589266 or 11435480. OLE color: 11435480.

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

Color convert

RGB216125174-
CMYK00.420.190.15
HSL327.69º53.85%66.86%-
HSV(B)327.69º42.13%84.71%-
XYZ43.2932.3244-
YUV157.8137.15169.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.94%
GREEN value IS 125 (49.22% from 255) = 24.27%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=41.94%
G=24.27%
B=33.79%

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
Decimal21612517400.420.190.15327.6953.8566.86
HexD87DAE02A13F1483643
Octal330175256052231751066103
Binary1101100011111011010111001010101001111111010010001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87DAE; }

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

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

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

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

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

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

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

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