Shades of Shocking #D484BB
Tints of Shocking #D484BB
RGB
CMYK
RGB Variations
Color information
#D484BB (or 0xD484BB) is known color: Shocking. HEX triplet: D4, 84 and BB. RGB value is (212,132,187). Sum of RGB (Red+Green+Blue) = 212+132+187=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D484BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D484BB is #2B7B44. Grayscale: #A2A2A2. Windows color (decimal): -2849605 or 12289236. OLE color: 12289236.
HSL color Cylindrical-coordinate representation of color #D484BB: hue angle of 318.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D484BB is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 132 | 187 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.17 |
| HSL | 318.75º | 0.48% | 0.67% | - |
| HSV(B) | 318.75º | 0.38% | 0.83% | - |
| XYZ | 44.37 | 34.09 | 51.25 | - |
| YUV | 162.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 132 | 187 | 0 | 0.38 | 0.12 | 0.17 | 318.75 | 0.48 | 0.67 |
| Hex | D4 | 84 | BB | 0 | 26 | C | 11 | 13F | 30 | 43 |
| Octal | 324 | 204 | 273 | 0 | 46 | 14 | 21 | 477 | 60 | 103 |
| Binary | 11010100 | 10000100 | 10111011 | 0 | 100110 | 1100 | 10001 | 100111111 | 110000 | 1000011 |
Color Harmonies of #D484BB
Complementary color
Monochromatic Colors of #D484BB
Black with #D484BB
Text Example
Text Example
White with #D484BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D484BB; }
p { color: rgb(212,132,187); }
H1.HeaderClassName
{
color: #D484BB;
}
.AnyTagClassName
{
color: #D484BB;
}
</style>
background-color css
<style>
a { background-color: #D484BB; }
a { background-color: rgb(212,132,187); }
div.DivClassName
{
background-color: #D484BB;
}
.BgClassName
{
background-color: #D484BB;
}
</style>
border-color css
<style>
span { border-color: #D484BB; }
span { border-color: rgb(212,132,187); }
td.TdClassName
{
border-color: #D484BB;
}
.TagClassName
{
border-color: #D484BB;
}
</style>