#D480AE

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

Shades of Kobi #D480AE

Tints of Kobi #D480AE

Color information

#D480AE (or 0xD480AE) is unknown color: approx Kobi. HEX triplet: D4, 80 and AE. RGB value is (212,128,174). Sum of RGB (Red+Green+Blue) = 212+128+174=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D480AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D480AE is #2B7F51. Grayscale: #9E9E9E. Windows color (decimal): -2850642 or 11436244. OLE color: 11436244.

HSL color Cylindrical-coordinate representation of color #D480AE: hue angle of 327.14º 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 #D480AE is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212128174-
CMYK00.400.180.17
HSL327.14º49.41%66.67%-
HSV(B)327.14º39.62%83.14%-
XYZ42.5132.4944.08-
YUV158.36136.83166.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.25%
GREEN value IS 128 (50.39% from 255) = 24.90%
BLUE value IS 174 (68.36% from 255) = 33.85%
R=41.25%
G=24.90%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212817400.400.180.17327.1449.4166.67
HexD480AE02812111473143
Octal324200256050222150761103
Binary110101001000000010101110010100010010100011010001111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D480AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D480AE; }

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

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

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

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

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

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

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

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