#D887A9

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

Shades of Kobi #D887A9

Tints of Kobi #D887A9

Color information

#D887A9 (or 0xD887A9) is unknown color: approx Kobi. HEX triplet: D8, 87 and A9. RGB value is (216,135,169). Sum of RGB (Red+Green+Blue) = 216+135+169=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 135 (53.12% from 255 or 25.96% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D887A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D887A9 is #277856. Grayscale: #A3A3A3. Windows color (decimal): -2586711 or 11110360. OLE color: 11110360.

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

Color convert

RGB216135169-
CMYK00.380.220.15
HSL334.81º50.94%68.82%-
HSV(B)334.81º37.5%84.71%-
XYZ44.1434.7941.92-
YUV163.1131.34165.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.54%
GREEN value IS 135 (53.12% from 255) = 25.96%
BLUE value IS 169 (66.41% from 255) = 32.5%
R=41.54%
G=25.96%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613516900.380.220.15334.8150.9468.82
HexD887A902616F14f3345
Octal330207251046261751763105
Binary11011000100001111010100101001101011011111010011111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D887A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D887A9; }

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

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

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

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

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

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

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

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