Shades of Deep Cerise #D42BAD
Tints of Deep Cerise #D42BAD
RGB
CMYK
RGB Variations
Color information
#D42BAD (or 0xD42BAD) is known color: Deep Cerise. HEX triplet: D4, 2B and AD. RGB value is (212,43,173). Sum of RGB (Red+Green+Blue) = 212+43+173=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D42BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42BAD is #2BD452. Grayscale: #6C6C6C. Windows color (decimal): -2872403 or 11348948. OLE color: 11348948.
HSL color Cylindrical-coordinate representation of color #D42BAD: hue angle of 313.85º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42BAD is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 43 | 173 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.17 |
| HSL | 313.85º | 0.66% | 0.5% | - |
| HSV(B) | 313.85º | 0.8% | 0.83% | - |
| XYZ | 35.56 | 18.74 | 41.28 | - |
| YUV | 108.35 | 164.49 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 43 | 173 | 0 | 0.80 | 0.18 | 0.17 | 313.85 | 0.66 | 0.5 |
| Hex | D4 | 2B | AD | 0 | 50 | 12 | 11 | 13A | 42 | 32 |
| Octal | 324 | 53 | 255 | 0 | 120 | 22 | 21 | 472 | 102 | 62 |
| Binary | 11010100 | 101011 | 10101101 | 0 | 1010000 | 10010 | 10001 | 100111010 | 1000010 | 110010 |
Color Harmonies of #D42BAD
Complementary color
Monochromatic Colors of #D42BAD
Black with #D42BAD
Text Example
Text Example
White with #D42BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42BAD; }
p { color: rgb(212,43,173); }
H1.HeaderClassName
{
color: #D42BAD;
}
.AnyTagClassName
{
color: #D42BAD;
}
</style>
background-color css
<style>
a { background-color: #D42BAD; }
a { background-color: rgb(212,43,173); }
div.DivClassName
{
background-color: #D42BAD;
}
.BgClassName
{
background-color: #D42BAD;
}
</style>
border-color css
<style>
span { border-color: #D42BAD; }
span { border-color: rgb(212,43,173); }
td.TdClassName
{
border-color: #D42BAD;
}
.TagClassName
{
border-color: #D42BAD;
}
</style>