#D880A8

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

Shades of Kobi #D880A8

Tints of Kobi #D880A8

Color information

#D880A8 (or 0xD880A8) is unknown color: approx Kobi. HEX triplet: D8, 80 and A8. RGB value is (216,128,168). Sum of RGB (Red+Green+Blue) = 216+128+168=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D880A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D880A8 is #277F57. Grayscale: #9E9E9E. Windows color (decimal): -2588504 or 11043032. OLE color: 11043032.

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

Color convert

RGB216128168-
CMYK00.410.220.15
HSL332.73º53.01%67.45%-
HSV(B)332.73º40.74%84.71%-
XYZ43.1132.8641.12-
YUV158.87133.15168.75-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.19%
GREEN value IS 128 (50.39% from 255) = 25%
BLUE value IS 168 (66.02% from 255) = 32.81%
R=42.19%
G=25%
B=32.81%

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
Decimal21612816800.410.220.15332.7353.0167.45
HexD880A802916F14d3543
Octal330200250051261751565103
Binary11011000100000001010100001010011011011111010011011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D880A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D880A8; }

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

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

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

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

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

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

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

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