#D87EAD

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

Shades of Kobi #D87EAD

Tints of Kobi #D87EAD

Color information

#D87EAD (or 0xD87EAD) is unknown color: approx Kobi. HEX triplet: D8, 7E and AD. RGB value is (216,126,173). Sum of RGB (Red+Green+Blue) = 216+126+173=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D87EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87EAD is #278152. Grayscale: #9E9E9E. Windows color (decimal): -2589011 or 11370200. OLE color: 11370200.

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

Color convert

RGB216126173-
CMYK00.420.200.15
HSL328.67º53.57%67.06%-
HSV(B)328.67º41.67%84.71%-
XYZ43.3232.5443.53-
YUV158.27136.32169.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.94%
GREEN value IS 126 (49.61% from 255) = 24.47%
BLUE value IS 173 (67.97% from 255) = 33.59%
R=41.94%
G=24.47%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612617300.420.200.15328.6753.5767.06
HexD87EAD02A14F1493643
Octal330176255052241751166103
Binary1101100011111101010110101010101010011111010010011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87EAD; }

 p { color: rgb(216,126,173); }

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

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

 a { background-color: rgb(216,126,173); }

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

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

 span { border-color: rgb(216,126,173); }

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