#D880A9

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

Shades of Kobi #D880A9

Tints of Kobi #D880A9

Color information

#D880A9 (or 0xD880A9) is unknown color: approx Kobi. HEX triplet: D8, 80 and A9. RGB value is (216,128,169). Sum of RGB (Red+Green+Blue) = 216+128+169=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D880A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D880A9 is #277F56. Grayscale: #9E9E9E. Windows color (decimal): -2588503 or 11108568. OLE color: 11108568.

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

Color convert

RGB216128169-
CMYK00.410.220.15
HSL332.05º53.01%67.45%-
HSV(B)332.05º40.74%84.71%-
XYZ43.232.941.61-
YUV158.99133.65168.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.11%
GREEN value IS 128 (50.39% from 255) = 24.95%
BLUE value IS 169 (66.41% from 255) = 32.94%
R=42.11%
G=24.95%
B=32.94%

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
Decimal21612816900.410.220.15332.0553.0167.45
HexD880A902916F14c3543
Octal330200251051261751465103
Binary11011000100000001010100101010011011011111010011001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D880A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D880A9; }

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

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

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

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

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

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

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

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