Shades of Deep Cerise #D02C7A
Tints of Deep Cerise #D02C7A
RGB
CMYK
RGB Variations
Color information
#D02C7A (or 0xD02C7A) is known color: Deep Cerise. HEX triplet: D0, 2C and 7A. RGB value is (208,44,122). Sum of RGB (Red+Green+Blue) = 208+44+122=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02C7A is #2FD385. Grayscale: #656565. Windows color (decimal): -3134342 or 8006864. OLE color: 8006864.
HSL color Cylindrical-coordinate representation of color #D02C7A: hue angle of 331.46º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02C7A is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 44 | 122 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.18 |
| HSL | 331.46º | 0.65% | 0.49% | - |
| HSV(B) | 331.46º | 0.79% | 0.82% | - |
| XYZ | 30.43 | 16.62 | 20.02 | - |
| YUV | 101.93 | 139.33 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 122 | 0 | 0.79 | 0.41 | 0.18 | 331.46 | 0.65 | 0.49 |
| Hex | D0 | 2C | 7A | 0 | 4F | 29 | 12 | 14B | 41 | 31 |
| Octal | 320 | 54 | 172 | 0 | 117 | 51 | 22 | 513 | 101 | 61 |
| Binary | 11010000 | 101100 | 1111010 | 0 | 1001111 | 101001 | 10010 | 101001011 | 1000001 | 110001 |
Color Harmonies of #D02C7A
Complementary color
Monochromatic Colors of #D02C7A
Black with #D02C7A
Text Example
Text Example
White with #D02C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02C7A; }
p { color: rgb(208,44,122); }
H1.HeaderClassName
{
color: #D02C7A;
}
.AnyTagClassName
{
color: #D02C7A;
}
</style>
background-color css
<style>
a { background-color: #D02C7A; }
a { background-color: rgb(208,44,122); }
div.DivClassName
{
background-color: #D02C7A;
}
.BgClassName
{
background-color: #D02C7A;
}
</style>
border-color css
<style>
span { border-color: #D02C7A; }
span { border-color: rgb(208,44,122); }
td.TdClassName
{
border-color: #D02C7A;
}
.TagClassName
{
border-color: #D02C7A;
}
</style>