#D87DAC

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

Shades of Kobi #D87DAC

Tints of Kobi #D87DAC

Color information

#D87DAC (or 0xD87DAC) is unknown color: approx Kobi. HEX triplet: D8, 7D and AC. RGB value is (216,125,172). Sum of RGB (Red+Green+Blue) = 216+125+172=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87DAC is #278253. Grayscale: #9D9D9D. Windows color (decimal): -2589268 or 11304408. OLE color: 11304408.

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

Color convert

RGB216125172-
CMYK00.420.200.15
HSL329.01º53.85%66.86%-
HSV(B)329.01º42.13%84.71%-
XYZ43.132.2442.98-
YUV157.57136.15169.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.11%
GREEN value IS 125 (49.22% from 255) = 24.37%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=42.11%
G=24.37%
B=33.53%

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
Decimal21612517200.420.200.15329.0153.8566.86
HexD87DAC02A14F1493643
Octal330175254052241751166103
Binary1101100011111011010110001010101010011111010010011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87DAC; }

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

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

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

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

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

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

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

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