Shades of Shocking Pink #DA18B3
Tints of Shocking Pink #DA18B3
RGB
CMYK
RGB Variations
Color information
#DA18B3 (or 0xDA18B3) is known color: Shocking Pink. HEX triplet: DA, 18 and B3. RGB value is (218,24,179). Sum of RGB (Red+Green+Blue) = 218+24+179=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA18B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA18B3 is #25E74C. Grayscale: #636363. Windows color (decimal): -2484045 or 11737306. OLE color: 11737306.
HSL color Cylindrical-coordinate representation of color #DA18B3: hue angle of 312.06º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA18B3 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 179 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.15 |
| HSL | 312.06º | 0.8% | 0.47% | - |
| HSV(B) | 312.06º | 0.89% | 0.85% | - |
| XYZ | 37.38 | 18.81 | 44.31 | - |
| YUV | 99.68 | 172.77 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 179 | 0 | 0.89 | 0.18 | 0.15 | 312.06 | 0.8 | 0.47 |
| Hex | DA | 18 | B3 | 0 | 59 | 12 | F | 138 | 50 | 2F |
| Octal | 332 | 30 | 263 | 0 | 131 | 22 | 17 | 470 | 120 | 57 |
| Binary | 11011010 | 11000 | 10110011 | 0 | 1011001 | 10010 | 1111 | 100111000 | 1010000 | 101111 |
Color Harmonies of #DA18B3
Complementary color
Monochromatic Colors of #DA18B3
Black with #DA18B3
Text Example
Text Example
White with #DA18B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA18B3; }
p { color: rgb(218,24,179); }
H1.HeaderClassName
{
color: #DA18B3;
}
.AnyTagClassName
{
color: #DA18B3;
}
</style>
background-color css
<style>
a { background-color: #DA18B3; }
a { background-color: rgb(218,24,179); }
div.DivClassName
{
background-color: #DA18B3;
}
.BgClassName
{
background-color: #DA18B3;
}
</style>
border-color css
<style>
span { border-color: #DA18B3; }
span { border-color: rgb(218,24,179); }
td.TdClassName
{
border-color: #DA18B3;
}
.TagClassName
{
border-color: #DA18B3;
}
</style>