#D480BB

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

Shades of Shocking #D480BB

Tints of Shocking #D480BB

Color information

#D480BB (or 0xD480BB) is unknown color: approx Shocking. HEX triplet: D4, 80 and BB. RGB value is (212,128,187). Sum of RGB (Red+Green+Blue) = 212+128+187=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D480BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D480BB is #2B7F44. Grayscale: #9F9F9F. Windows color (decimal): -2850629 or 12288212. OLE color: 12288212.

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

Color convert

RGB212128187-
CMYK00.400.120.17
HSL317.86º49.41%66.67%-
HSV(B)317.86º39.62%83.14%-
XYZ43.8433.0251.08-
YUV159.84143.33165.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.23%
GREEN value IS 128 (50.39% from 255) = 24.29%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=40.23%
G=24.29%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212818700.400.120.17317.8649.4166.67
HexD480BB028C1113e3143
Octal324200273050142147661103
Binary11010100100000001011101101010001100100011001111101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D480BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D480BB; }

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

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

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

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

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

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

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

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