Shades of Shocking #D480BA
Tints of Shocking #D480BA
RGB
CMYK
RGB Variations
Color information
#D480BA (or 0xD480BA) is known color: Shocking. HEX triplet: D4, 80 and BA. RGB value is (212,128,186). Sum of RGB (Red+Green+Blue) = 212+128+186=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D480BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D480BA is #2B7F45. Grayscale: #9F9F9F. Windows color (decimal): -2850630 or 12222676. OLE color: 12222676.
HSL color Cylindrical-coordinate representation of color #D480BA: hue angle of 318.57º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D480BA is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 128 | 186 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.17 |
| HSL | 318.57º | 0.49% | 0.67% | - |
| HSV(B) | 318.57º | 0.4% | 0.83% | - |
| XYZ | 43.73 | 32.98 | 50.52 | - |
| YUV | 159.73 | 142.83 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 186 | 0 | 0.40 | 0.12 | 0.17 | 318.57 | 0.49 | 0.67 |
| Hex | D4 | 80 | BA | 0 | 28 | C | 11 | 13F | 31 | 43 |
| Octal | 324 | 200 | 272 | 0 | 50 | 14 | 21 | 477 | 61 | 103 |
| Binary | 11010100 | 10000000 | 10111010 | 0 | 101000 | 1100 | 10001 | 100111111 | 110001 | 1000011 |
Color Harmonies of #D480BA
Complementary color
Monochromatic Colors of #D480BA
Black with #D480BA
Text Example
Text Example
White with #D480BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D480BA; }
p { color: rgb(212,128,186); }
H1.HeaderClassName
{
color: #D480BA;
}
.AnyTagClassName
{
color: #D480BA;
}
</style>
background-color css
<style>
a { background-color: #D480BA; }
a { background-color: rgb(212,128,186); }
div.DivClassName
{
background-color: #D480BA;
}
.BgClassName
{
background-color: #D480BA;
}
</style>
border-color css
<style>
span { border-color: #D480BA; }
span { border-color: rgb(212,128,186); }
td.TdClassName
{
border-color: #D480BA;
}
.TagClassName
{
border-color: #D480BA;
}
</style>