#D480AC

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

Shades of Kobi #D480AC

Tints of Kobi #D480AC

Color information

#D480AC (or 0xD480AC) is unknown color: approx Kobi. HEX triplet: D4, 80 and AC. RGB value is (212,128,172). Sum of RGB (Red+Green+Blue) = 212+128+172=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D480AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D480AC is #2B7F53. Grayscale: #9E9E9E. Windows color (decimal): -2850644 or 11305172. OLE color: 11305172.

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

Color convert

RGB212128172-
CMYK00.400.190.17
HSL328.57º49.41%66.67%-
HSV(B)328.57º39.62%83.14%-
XYZ42.3232.4143.06-
YUV158.13135.83166.42-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 128 (50.39% from 255) = 25%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=41.41%
G=25%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212817200.400.190.17328.5749.4166.67
HexD480AC02813111493143
Octal324200254050232151161103
Binary110101001000000010101100010100010011100011010010011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D480AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D480AC; }

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

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

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

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

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

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

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

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