Shades of Shocking Pink #DA23BD
Tints of Shocking Pink #DA23BD
RGB
CMYK
RGB Variations
Color information
#DA23BD (or 0xDA23BD) is known color: Shocking Pink. HEX triplet: DA, 23 and BD. RGB value is (218,35,189). Sum of RGB (Red+Green+Blue) = 218+35+189=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 35 (14.06% from 255 or 7.92% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA23BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA23BD is #25DC42. Grayscale: #6A6A6A. Windows color (decimal): -2481219 or 12395482. OLE color: 12395482.
HSL color Cylindrical-coordinate representation of color #DA23BD: hue angle of 309.51º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA23BD is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 189 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.15 |
| HSL | 309.51º | 0.72% | 0.5% | - |
| HSV(B) | 309.51º | 0.84% | 0.85% | - |
| XYZ | 38.7 | 19.78 | 49.92 | - |
| YUV | 107.27 | 174.13 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 189 | 0 | 0.84 | 0.13 | 0.15 | 309.51 | 0.72 | 0.5 |
| Hex | DA | 23 | BD | 0 | 54 | D | F | 136 | 48 | 32 |
| Octal | 332 | 43 | 275 | 0 | 124 | 15 | 17 | 466 | 110 | 62 |
| Binary | 11011010 | 100011 | 10111101 | 0 | 1010100 | 1101 | 1111 | 100110110 | 1001000 | 110010 |
Color Harmonies of #DA23BD
Complementary color
Monochromatic Colors of #DA23BD
Black with #DA23BD
Text Example
Text Example
White with #DA23BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA23BD; }
p { color: rgb(218,35,189); }
H1.HeaderClassName
{
color: #DA23BD;
}
.AnyTagClassName
{
color: #DA23BD;
}
</style>
background-color css
<style>
a { background-color: #DA23BD; }
a { background-color: rgb(218,35,189); }
div.DivClassName
{
background-color: #DA23BD;
}
.BgClassName
{
background-color: #DA23BD;
}
</style>
border-color css
<style>
span { border-color: #DA23BD; }
span { border-color: rgb(218,35,189); }
td.TdClassName
{
border-color: #DA23BD;
}
.TagClassName
{
border-color: #DA23BD;
}
</style>