#D87EA8

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

Shades of Kobi #D87EA8

Tints of Kobi #D87EA8

Color information

#D87EA8 (or 0xD87EA8) is unknown color: approx Kobi. HEX triplet: D8, 7E and A8. RGB value is (216,126,168). Sum of RGB (Red+Green+Blue) = 216+126+168=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D87EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87EA8 is #278157. Grayscale: #9D9D9D. Windows color (decimal): -2589016 or 11042520. OLE color: 11042520.

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

Color convert

RGB216126168-
CMYK00.420.220.15
HSL332º53.57%67.06%-
HSV(B)332º41.67%84.71%-
XYZ42.8532.3541.03-
YUV157.7133.82169.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.35%
GREEN value IS 126 (49.61% from 255) = 24.71%
BLUE value IS 168 (66.02% from 255) = 32.94%
R=42.35%
G=24.71%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612616800.420.220.1533253.5767.06
HexD87EA802A16F14c3643
Octal330176250052261751466103
Binary1101100011111101010100001010101011011111010011001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87EA8; }

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

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

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

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

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

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

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

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