Shades of Shocking #D482B5
Tints of Shocking #D482B5
RGB
CMYK
RGB Variations
Color information
#D482B5 (or 0xD482B5) is known color: Shocking. HEX triplet: D4, 82 and B5. RGB value is (212,130,181). Sum of RGB (Red+Green+Blue) = 212+130+181=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D482B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D482B5 is #2B7D4A. Grayscale: #A0A0A0. Windows color (decimal): -2850123 or 11895508. OLE color: 11895508.
HSL color Cylindrical-coordinate representation of color #D482B5: hue angle of 322.68º 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 #D482B5 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 130 | 181 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.17 |
| HSL | 322.68º | 0.49% | 0.67% | - |
| HSV(B) | 322.68º | 0.39% | 0.83% | - |
| XYZ | 43.47 | 33.3 | 47.85 | - |
| YUV | 160.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 181 | 0 | 0.39 | 0.15 | 0.17 | 322.68 | 0.49 | 0.67 |
| Hex | D4 | 82 | B5 | 0 | 27 | F | 11 | 143 | 31 | 43 |
| Octal | 324 | 202 | 265 | 0 | 47 | 17 | 21 | 503 | 61 | 103 |
| Binary | 11010100 | 10000010 | 10110101 | 0 | 100111 | 1111 | 10001 | 101000011 | 110001 | 1000011 |
Color Harmonies of #D482B5
Complementary color
Monochromatic Colors of #D482B5
Black with #D482B5
Text Example
Text Example
White with #D482B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D482B5; }
p { color: rgb(212,130,181); }
H1.HeaderClassName
{
color: #D482B5;
}
.AnyTagClassName
{
color: #D482B5;
}
</style>
background-color css
<style>
a { background-color: #D482B5; }
a { background-color: rgb(212,130,181); }
div.DivClassName
{
background-color: #D482B5;
}
.BgClassName
{
background-color: #D482B5;
}
</style>
border-color css
<style>
span { border-color: #D482B5; }
span { border-color: rgb(212,130,181); }
td.TdClassName
{
border-color: #D482B5;
}
.TagClassName
{
border-color: #D482B5;
}
</style>