Shades of Deep Cerise #D02B7A
Tints of Deep Cerise #D02B7A
RGB
CMYK
RGB Variations
Color information
#D02B7A (or 0xD02B7A) is known color: Deep Cerise. HEX triplet: D0, 2B and 7A. RGB value is (208,43,122). Sum of RGB (Red+Green+Blue) = 208+43+122=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D02B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02B7A is #2FD485. Grayscale: #656565. Windows color (decimal): -3134598 or 8006608. OLE color: 8006608.
HSL color Cylindrical-coordinate representation of color #D02B7A: hue angle of 331.27º degrees, saturation: 0.66, 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 #D02B7A is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 43 | 122 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.18 |
| HSL | 331.27º | 0.66% | 0.49% | - |
| HSV(B) | 331.27º | 0.79% | 0.82% | - |
| XYZ | 30.39 | 16.54 | 20 | - |
| YUV | 101.34 | 139.66 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 43 | 122 | 0 | 0.79 | 0.41 | 0.18 | 331.27 | 0.66 | 0.49 |
| Hex | D0 | 2B | 7A | 0 | 4F | 29 | 12 | 14B | 42 | 31 |
| Octal | 320 | 53 | 172 | 0 | 117 | 51 | 22 | 513 | 102 | 61 |
| Binary | 11010000 | 101011 | 1111010 | 0 | 1001111 | 101001 | 10010 | 101001011 | 1000010 | 110001 |
Color Harmonies of #D02B7A
Complementary color
Monochromatic Colors of #D02B7A
Black with #D02B7A
Text Example
Text Example
White with #D02B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02B7A; }
p { color: rgb(208,43,122); }
H1.HeaderClassName
{
color: #D02B7A;
}
.AnyTagClassName
{
color: #D02B7A;
}
</style>
background-color css
<style>
a { background-color: #D02B7A; }
a { background-color: rgb(208,43,122); }
div.DivClassName
{
background-color: #D02B7A;
}
.BgClassName
{
background-color: #D02B7A;
}
</style>
border-color css
<style>
span { border-color: #D02B7A; }
span { border-color: rgb(208,43,122); }
td.TdClassName
{
border-color: #D02B7A;
}
.TagClassName
{
border-color: #D02B7A;
}
</style>