Shades of Shocking #D491B5
Tints of Shocking #D491B5
RGB
CMYK
RGB Variations
Color information
#D491B5 (or 0xD491B5) is known color: Shocking. HEX triplet: D4, 91 and B5. RGB value is (212,145,181). Sum of RGB (Red+Green+Blue) = 212+145+181=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D491B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D491B5 is #2B6E4A. Grayscale: #A9A9A9. Windows color (decimal): -2846283 or 11899348. OLE color: 11899348.
HSL color Cylindrical-coordinate representation of color #D491B5: hue angle of 327.76º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D491B5 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 181 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.17 |
| HSL | 327.76º | 0.44% | 0.7% | - |
| HSV(B) | 327.76º | 0.32% | 0.83% | - |
| XYZ | 45.62 | 37.58 | 48.57 | - |
| YUV | 169.14 | 134.7 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 181 | 0 | 0.32 | 0.15 | 0.17 | 327.76 | 0.44 | 0.7 |
| Hex | D4 | 91 | B5 | 0 | 20 | F | 11 | 148 | 2C | 46 |
| Octal | 324 | 221 | 265 | 0 | 40 | 17 | 21 | 510 | 54 | 106 |
| Binary | 11010100 | 10010001 | 10110101 | 0 | 100000 | 1111 | 10001 | 101001000 | 101100 | 1000110 |
Color Harmonies of #D491B5
Complementary color
Monochromatic Colors of #D491B5
Black with #D491B5
Text Example
Text Example
White with #D491B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D491B5; }
p { color: rgb(212,145,181); }
H1.HeaderClassName
{
color: #D491B5;
}
.AnyTagClassName
{
color: #D491B5;
}
</style>
background-color css
<style>
a { background-color: #D491B5; }
a { background-color: rgb(212,145,181); }
div.DivClassName
{
background-color: #D491B5;
}
.BgClassName
{
background-color: #D491B5;
}
</style>
border-color css
<style>
span { border-color: #D491B5; }
span { border-color: rgb(212,145,181); }
td.TdClassName
{
border-color: #D491B5;
}
.TagClassName
{
border-color: #D491B5;
}
</style>