Shades of Deep Cerise #D02680
Tints of Deep Cerise #D02680
RGB
CMYK
RGB Variations
Color information
#D02680 (or 0xD02680) is known color: Deep Cerise. HEX triplet: D0, 26 and 80. RGB value is (208,38,128). Sum of RGB (Red+Green+Blue) = 208+38+128=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D02680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02680 is #2FD97F. Grayscale: #626262. Windows color (decimal): -3135872 or 8398544. OLE color: 8398544.
HSL color Cylindrical-coordinate representation of color #D02680: hue angle of 328.24º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02680 is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 38 | 128 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.18 |
| HSL | 328.24º | 0.69% | 0.48% | - |
| HSV(B) | 328.24º | 0.82% | 0.82% | - |
| XYZ | 30.6 | 16.35 | 21.97 | - |
| YUV | 99.09 | 144.32 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 38 | 128 | 0 | 0.82 | 0.38 | 0.18 | 328.24 | 0.69 | 0.48 |
| Hex | D0 | 26 | 80 | 0 | 52 | 26 | 12 | 148 | 45 | 30 |
| Octal | 320 | 46 | 200 | 0 | 122 | 46 | 22 | 510 | 105 | 60 |
| Binary | 11010000 | 100110 | 10000000 | 0 | 1010010 | 100110 | 10010 | 101001000 | 1000101 | 110000 |
Color Harmonies of #D02680
Complementary color
Monochromatic Colors of #D02680
Black with #D02680
Text Example
Text Example
White with #D02680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02680; }
p { color: rgb(208,38,128); }
H1.HeaderClassName
{
color: #D02680;
}
.AnyTagClassName
{
color: #D02680;
}
</style>
background-color css
<style>
a { background-color: #D02680; }
a { background-color: rgb(208,38,128); }
div.DivClassName
{
background-color: #D02680;
}
.BgClassName
{
background-color: #D02680;
}
</style>
border-color css
<style>
span { border-color: #D02680; }
span { border-color: rgb(208,38,128); }
td.TdClassName
{
border-color: #D02680;
}
.TagClassName
{
border-color: #D02680;
}
</style>