#D87DAA

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

Shades of Kobi #D87DAA

Tints of Kobi #D87DAA

Color information

#D87DAA (or 0xD87DAA) is unknown color: approx Kobi. HEX triplet: D8, 7D and AA. RGB value is (216,125,170). Sum of RGB (Red+Green+Blue) = 216+125+170=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87DAA is #278255. Grayscale: #9D9D9D. Windows color (decimal): -2589270 or 11173336. OLE color: 11173336.

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

Color convert

RGB216125170-
CMYK00.420.210.15
HSL330.33º53.85%66.86%-
HSV(B)330.33º42.13%84.71%-
XYZ42.9132.1741.98-
YUV157.34135.15169.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.27%
GREEN value IS 125 (49.22% from 255) = 24.46%
BLUE value IS 170 (66.80% from 255) = 33.27%
R=42.27%
G=24.46%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612517000.420.210.15330.3353.8566.86
HexD87DAA02A15F14a3643
Octal330175252052251751266103
Binary1101100011111011010101001010101010111111010010101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87DAA; }

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

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

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

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

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

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

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

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