#D481BB

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

Shades of Shocking #D481BB

Tints of Shocking #D481BB

Color information

#D481BB (or 0xD481BB) is unknown color: approx Shocking. HEX triplet: D4, 81 and BB. RGB value is (212,129,187). Sum of RGB (Red+Green+Blue) = 212+129+187=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D481BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D481BB is #2B7E44. Grayscale: #A0A0A0. Windows color (decimal): -2850373 or 12288468. OLE color: 12288468.

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

Color convert

RGB212129187-
CMYK00.390.120.17
HSL318.07º49.11%66.86%-
HSV(B)318.07º39.15%83.14%-
XYZ43.9733.2951.12-
YUV160.43143164.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.15%
GREEN value IS 129 (50.78% from 255) = 24.43%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=40.15%
G=24.43%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212918700.390.120.17318.0749.1166.86
HexD481BB027C1113e3143
Octal324201273047142147661103
Binary11010100100000011011101101001111100100011001111101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D481BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D481BB; }

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

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

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

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

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

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

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

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