#D480A9

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

Shades of Kobi #D480A9

Tints of Kobi #D480A9

Color information

#D480A9 (or 0xD480A9) is unknown color: approx Kobi. HEX triplet: D4, 80 and A9. RGB value is (212,128,169). Sum of RGB (Red+Green+Blue) = 212+128+169=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D480A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D480A9 is #2B7F56. Grayscale: #9D9D9D. Windows color (decimal): -2850647 or 11108564. OLE color: 11108564.

HSL color Cylindrical-coordinate representation of color #D480A9: hue angle of 330.71º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D480A9 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB212128169-
CMYK00.400.200.17
HSL330.71º49.41%66.67%-
HSV(B)330.71º39.62%83.14%-
XYZ42.0332.341.56-
YUV157.79134.33166.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.65%
GREEN value IS 128 (50.39% from 255) = 25.15%
BLUE value IS 169 (66.41% from 255) = 33.20%
R=41.65%
G=25.15%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212816900.400.200.17330.7149.4166.67
HexD480A9028141114b3143
Octal324200251050242151361103
Binary110101001000000010101001010100010100100011010010111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D480A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D480A9; }

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

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

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

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

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

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

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

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