Shades of Shocking Pink #D925BB
Tints of Shocking Pink #D925BB
RGB
CMYK
RGB Variations
Color information
#D925BB (or 0xD925BB) is known color: Shocking Pink. HEX triplet: D9, 25 and BB. RGB value is (217,37,187). Sum of RGB (Red+Green+Blue) = 217+37+187=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D925BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D925BB is #26DA44. Grayscale: #6B6B6B. Windows color (decimal): -2546245 or 12264921. OLE color: 12264921.
HSL color Cylindrical-coordinate representation of color #D925BB: hue angle of 310º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D925BB is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 187 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.15 |
| HSL | 310º | 0.71% | 0.5% | - |
| HSV(B) | 310º | 0.83% | 0.85% | - |
| XYZ | 38.25 | 19.66 | 48.79 | - |
| YUV | 107.92 | 172.63 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 187 | 0 | 0.83 | 0.14 | 0.15 | 310 | 0.71 | 0.5 |
| Hex | D9 | 25 | BB | 0 | 53 | E | F | 136 | 47 | 32 |
| Octal | 331 | 45 | 273 | 0 | 123 | 16 | 17 | 466 | 107 | 62 |
| Binary | 11011001 | 100101 | 10111011 | 0 | 1010011 | 1110 | 1111 | 100110110 | 1000111 | 110010 |
Color Harmonies of #D925BB
Complementary color
Monochromatic Colors of #D925BB
Black with #D925BB
Text Example
Text Example
White with #D925BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D925BB; }
p { color: rgb(217,37,187); }
H1.HeaderClassName
{
color: #D925BB;
}
.AnyTagClassName
{
color: #D925BB;
}
</style>
background-color css
<style>
a { background-color: #D925BB; }
a { background-color: rgb(217,37,187); }
div.DivClassName
{
background-color: #D925BB;
}
.BgClassName
{
background-color: #D925BB;
}
</style>
border-color css
<style>
span { border-color: #D925BB; }
span { border-color: rgb(217,37,187); }
td.TdClassName
{
border-color: #D925BB;
}
.TagClassName
{
border-color: #D925BB;
}
</style>