#D87DA9

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

Shades of Kobi #D87DA9

Tints of Kobi #D87DA9

Color information

#D87DA9 (or 0xD87DA9) is unknown color: approx Kobi. HEX triplet: D8, 7D and A9. RGB value is (216,125,169). Sum of RGB (Red+Green+Blue) = 216+125+169=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 169 (66.41% from 255 or 33.14% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87DA9 is #278256. Grayscale: #9D9D9D. Windows color (decimal): -2589271 or 11107800. OLE color: 11107800.

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

Color convert

RGB216125169-
CMYK00.420.220.15
HSL330.99º53.85%66.86%-
HSV(B)330.99º42.13%84.71%-
XYZ42.8132.1341.48-
YUV157.22134.65169.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.35%
GREEN value IS 125 (49.22% from 255) = 24.51%
BLUE value IS 169 (66.41% from 255) = 33.14%
R=42.35%
G=24.51%
B=33.14%

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
Decimal21612516900.420.220.15330.9953.8566.86
HexD87DA902A16F14b3643
Octal330175251052261751366103
Binary1101100011111011010100101010101011011111010010111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87DA9; }

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

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

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

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

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

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

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

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