Shades of Deep Cerise #DA208A
Tints of Deep Cerise #DA208A
RGB
CMYK
RGB Variations
Color information
#DA208A (or 0xDA208A) is known color: Deep Cerise. HEX triplet: DA, 20 and 8A. RGB value is (218,32,138). Sum of RGB (Red+Green+Blue) = 218+32+138=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA208A is #25DF75. Grayscale: #636363. Windows color (decimal): -2482038 or 9052378. OLE color: 9052378.
HSL color Cylindrical-coordinate representation of color #DA208A: hue angle of 325.81º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA208A is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 138 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.15 |
| HSL | 325.81º | 0.74% | 0.49% | - |
| HSV(B) | 325.81º | 0.85% | 0.85% | - |
| XYZ | 34.02 | 17.77 | 25.68 | - |
| YUV | 99.7 | 149.62 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 138 | 0 | 0.85 | 0.37 | 0.15 | 325.81 | 0.74 | 0.49 |
| Hex | DA | 20 | 8A | 0 | 55 | 25 | F | 146 | 4A | 31 |
| Octal | 332 | 40 | 212 | 0 | 125 | 45 | 17 | 506 | 112 | 61 |
| Binary | 11011010 | 100000 | 10001010 | 0 | 1010101 | 100101 | 1111 | 101000110 | 1001010 | 110001 |
Color Harmonies of #DA208A
Complementary color
Monochromatic Colors of #DA208A
Black with #DA208A
Text Example
Text Example
White with #DA208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA208A; }
p { color: rgb(218,32,138); }
H1.HeaderClassName
{
color: #DA208A;
}
.AnyTagClassName
{
color: #DA208A;
}
</style>
background-color css
<style>
a { background-color: #DA208A; }
a { background-color: rgb(218,32,138); }
div.DivClassName
{
background-color: #DA208A;
}
.BgClassName
{
background-color: #DA208A;
}
</style>
border-color css
<style>
span { border-color: #DA208A; }
span { border-color: rgb(218,32,138); }
td.TdClassName
{
border-color: #DA208A;
}
.TagClassName
{
border-color: #DA208A;
}
</style>