Shades of Shocking #D481B9
Tints of Shocking #D481B9
RGB
CMYK
RGB Variations
Color information
#D481B9 (or 0xD481B9) is known color: Shocking. HEX triplet: D4, 81 and B9. RGB value is (212,129,185). Sum of RGB (Red+Green+Blue) = 212+129+185=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D481B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D481B9 is #2B7E46. Grayscale: #A0A0A0. Windows color (decimal): -2850375 or 12157396. OLE color: 12157396.
HSL color Cylindrical-coordinate representation of color #D481B9: hue angle of 319.52º 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 #D481B9 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 129 | 185 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.17 |
| HSL | 319.52º | 0.49% | 0.67% | - |
| HSV(B) | 319.52º | 0.39% | 0.83% | - |
| XYZ | 43.76 | 33.2 | 50 | - |
| YUV | 160.2 | 142 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 129 | 185 | 0 | 0.39 | 0.13 | 0.17 | 319.52 | 0.49 | 0.67 |
| Hex | D4 | 81 | B9 | 0 | 27 | D | 11 | 140 | 31 | 43 |
| Octal | 324 | 201 | 271 | 0 | 47 | 15 | 21 | 500 | 61 | 103 |
| Binary | 11010100 | 10000001 | 10111001 | 0 | 100111 | 1101 | 10001 | 101000000 | 110001 | 1000011 |
Color Harmonies of #D481B9
Complementary color
Monochromatic Colors of #D481B9
Black with #D481B9
Text Example
Text Example
White with #D481B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D481B9; }
p { color: rgb(212,129,185); }
H1.HeaderClassName
{
color: #D481B9;
}
.AnyTagClassName
{
color: #D481B9;
}
</style>
background-color css
<style>
a { background-color: #D481B9; }
a { background-color: rgb(212,129,185); }
div.DivClassName
{
background-color: #D481B9;
}
.BgClassName
{
background-color: #D481B9;
}
</style>
border-color css
<style>
span { border-color: #D481B9; }
span { border-color: rgb(212,129,185); }
td.TdClassName
{
border-color: #D481B9;
}
.TagClassName
{
border-color: #D481B9;
}
</style>