Shades of Shocking #D481BB
Tints of Shocking #D481BB
RGB
CMYK
RGB Variations
Color information
#D481BB (or 0xD481BB) is known color: 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
| RGB | 212 | 129 | 187 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.17 |
| HSL | 318.07º | 0.49% | 0.67% | - |
| HSV(B) | 318.07º | 0.39% | 0.83% | - |
| XYZ | 43.97 | 33.29 | 51.12 | - |
| YUV | 160.43 | 143 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 129 | 187 | 0 | 0.39 | 0.12 | 0.17 | 318.07 | 0.49 | 0.67 |
| Hex | D4 | 81 | BB | 0 | 27 | C | 11 | 13E | 31 | 43 |
| Octal | 324 | 201 | 273 | 0 | 47 | 14 | 21 | 476 | 61 | 103 |
| Binary | 11010100 | 10000001 | 10111011 | 0 | 100111 | 1100 | 10001 | 100111110 | 110001 | 1000011 |
Color Harmonies of #D481BB
Complementary color
Monochromatic Colors of #D481BB
Black with #D481BB
Text Example
Text Example
White with #D481BB
Text Example
Text Example
HTML Codes & Css Web 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>