#D87FA9

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

Shades of Kobi #D87FA9

Tints of Kobi #D87FA9

Color information

#D87FA9 (or 0xD87FA9) is unknown color: approx Kobi. HEX triplet: D8, 7F and A9. RGB value is (216,127,169). Sum of RGB (Red+Green+Blue) = 216+127+169=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87FA9 is #278056. Grayscale: #9E9E9E. Windows color (decimal): -2588759 or 11108312. OLE color: 11108312.

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

Color convert

RGB216127169-
CMYK00.410.220.15
HSL331.69º53.29%67.25%-
HSV(B)331.69º41.2%84.71%-
XYZ43.0732.6441.57-
YUV158.4133.99169.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.19%
GREEN value IS 127 (50% from 255) = 24.80%
BLUE value IS 169 (66.41% from 255) = 33.01%
R=42.19%
G=24.80%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612716900.410.220.15331.6953.2967.25
HexD87FA902916F14c3543
Octal330177251051261751465103
Binary1101100011111111010100101010011011011111010011001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87FA9; }

 p { color: rgb(216,127,169); }

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

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

 a { background-color: rgb(216,127,169); }

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

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

 span { border-color: rgb(216,127,169); }

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