Shades of Shocking Pink #D923BD
Tints of Shocking Pink #D923BD
RGB
CMYK
RGB Variations
Color information
#D923BD (or 0xD923BD) is known color: Shocking Pink. HEX triplet: D9, 23 and BD. RGB value is (217,35,189). Sum of RGB (Red+Green+Blue) = 217+35+189=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 35 (14.06% from 255 or 7.94% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D923BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D923BD is #26DC42. Grayscale: #6A6A6A. Windows color (decimal): -2546755 or 12395481. OLE color: 12395481.
HSL color Cylindrical-coordinate representation of color #D923BD: hue angle of 309.23º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D923BD is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 189 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.15 |
| HSL | 309.23º | 0.72% | 0.49% | - |
| HSV(B) | 309.23º | 0.84% | 0.85% | - |
| XYZ | 38.4 | 19.63 | 49.91 | - |
| YUV | 106.97 | 174.3 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 189 | 0 | 0.84 | 0.13 | 0.15 | 309.23 | 0.72 | 0.49 |
| Hex | D9 | 23 | BD | 0 | 54 | D | F | 135 | 48 | 31 |
| Octal | 331 | 43 | 275 | 0 | 124 | 15 | 17 | 465 | 110 | 61 |
| Binary | 11011001 | 100011 | 10111101 | 0 | 1010100 | 1101 | 1111 | 100110101 | 1001000 | 110001 |
Color Harmonies of #D923BD
Complementary color
Monochromatic Colors of #D923BD
Black with #D923BD
Text Example
Text Example
White with #D923BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D923BD; }
p { color: rgb(217,35,189); }
H1.HeaderClassName
{
color: #D923BD;
}
.AnyTagClassName
{
color: #D923BD;
}
</style>
background-color css
<style>
a { background-color: #D923BD; }
a { background-color: rgb(217,35,189); }
div.DivClassName
{
background-color: #D923BD;
}
.BgClassName
{
background-color: #D923BD;
}
</style>
border-color css
<style>
span { border-color: #D923BD; }
span { border-color: rgb(217,35,189); }
td.TdClassName
{
border-color: #D923BD;
}
.TagClassName
{
border-color: #D923BD;
}
</style>