Shades of Shocking Pink #DA27BC
Tints of Shocking Pink #DA27BC
RGB
CMYK
RGB Variations
Color information
#DA27BC (or 0xDA27BC) is known color: Shocking Pink. HEX triplet: DA, 27 and BC. RGB value is (218,39,188). Sum of RGB (Red+Green+Blue) = 218+39+188=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA27BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA27BC is #25D843. Grayscale: #6D6D6D. Windows color (decimal): -2480196 or 12330970. OLE color: 12330970.
HSL color Cylindrical-coordinate representation of color #DA27BC: hue angle of 310.06º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA27BC is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 188 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.15 |
| HSL | 310.06º | 0.71% | 0.5% | - |
| HSV(B) | 310.06º | 0.82% | 0.85% | - |
| XYZ | 38.72 | 19.99 | 49.39 | - |
| YUV | 109.51 | 172.3 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 188 | 0 | 0.82 | 0.14 | 0.15 | 310.06 | 0.71 | 0.5 |
| Hex | DA | 27 | BC | 0 | 52 | E | F | 136 | 47 | 32 |
| Octal | 332 | 47 | 274 | 0 | 122 | 16 | 17 | 466 | 107 | 62 |
| Binary | 11011010 | 100111 | 10111100 | 0 | 1010010 | 1110 | 1111 | 100110110 | 1000111 | 110010 |
Color Harmonies of #DA27BC
Complementary color
Monochromatic Colors of #DA27BC
Black with #DA27BC
Text Example
Text Example
White with #DA27BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA27BC; }
p { color: rgb(218,39,188); }
H1.HeaderClassName
{
color: #DA27BC;
}
.AnyTagClassName
{
color: #DA27BC;
}
</style>
background-color css
<style>
a { background-color: #DA27BC; }
a { background-color: rgb(218,39,188); }
div.DivClassName
{
background-color: #DA27BC;
}
.BgClassName
{
background-color: #DA27BC;
}
</style>
border-color css
<style>
span { border-color: #DA27BC; }
span { border-color: rgb(218,39,188); }
td.TdClassName
{
border-color: #DA27BC;
}
.TagClassName
{
border-color: #DA27BC;
}
</style>