Shades of Deep Cerise #DA259D
Tints of Deep Cerise #DA259D
RGB
CMYK
RGB Variations
Color information
#DA259D (or 0xDA259D) is known color: Deep Cerise. HEX triplet: DA, 25 and 9D. RGB value is (218,37,157). Sum of RGB (Red+Green+Blue) = 218+37+157=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA259D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA259D is #25DA62. Grayscale: #686868. Windows color (decimal): -2480739 or 10298842. OLE color: 10298842.
HSL color Cylindrical-coordinate representation of color #DA259D: hue angle of 320.22º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA259D is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 157 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.15 |
| HSL | 320.22º | 0.71% | 0.5% | - |
| HSV(B) | 320.22º | 0.83% | 0.85% | - |
| XYZ | 35.66 | 18.66 | 33.62 | - |
| YUV | 104.8 | 157.47 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 157 | 0 | 0.83 | 0.28 | 0.15 | 320.22 | 0.71 | 0.5 |
| Hex | DA | 25 | 9D | 0 | 53 | 1C | F | 140 | 47 | 32 |
| Octal | 332 | 45 | 235 | 0 | 123 | 34 | 17 | 500 | 107 | 62 |
| Binary | 11011010 | 100101 | 10011101 | 0 | 1010011 | 11100 | 1111 | 101000000 | 1000111 | 110010 |
Color Harmonies of #DA259D
Complementary color
Monochromatic Colors of #DA259D
Black with #DA259D
Text Example
Text Example
White with #DA259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA259D; }
p { color: rgb(218,37,157); }
H1.HeaderClassName
{
color: #DA259D;
}
.AnyTagClassName
{
color: #DA259D;
}
</style>
background-color css
<style>
a { background-color: #DA259D; }
a { background-color: rgb(218,37,157); }
div.DivClassName
{
background-color: #DA259D;
}
.BgClassName
{
background-color: #DA259D;
}
</style>
border-color css
<style>
span { border-color: #DA259D; }
span { border-color: rgb(218,37,157); }
td.TdClassName
{
border-color: #DA259D;
}
.TagClassName
{
border-color: #DA259D;
}
</style>