Shades of Deep Cerise #DA258D
Tints of Deep Cerise #DA258D
RGB
CMYK
RGB Variations
Color information
#DA258D (or 0xDA258D) is known color: Deep Cerise. HEX triplet: DA, 25 and 8D. RGB value is (218,37,141). Sum of RGB (Red+Green+Blue) = 218+37+141=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA258D is #25DA72. Grayscale: #666666. Windows color (decimal): -2480755 or 9250266. OLE color: 9250266.
HSL color Cylindrical-coordinate representation of color #DA258D: hue angle of 325.52º 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 #DA258D is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 141 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.15 |
| HSL | 325.52º | 0.71% | 0.5% | - |
| HSV(B) | 325.52º | 0.83% | 0.85% | - |
| XYZ | 34.38 | 18.15 | 26.89 | - |
| YUV | 102.98 | 149.47 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 141 | 0 | 0.83 | 0.35 | 0.15 | 325.52 | 0.71 | 0.5 |
| Hex | DA | 25 | 8D | 0 | 53 | 23 | F | 146 | 47 | 32 |
| Octal | 332 | 45 | 215 | 0 | 123 | 43 | 17 | 506 | 107 | 62 |
| Binary | 11011010 | 100101 | 10001101 | 0 | 1010011 | 100011 | 1111 | 101000110 | 1000111 | 110010 |
Color Harmonies of #DA258D
Complementary color
Monochromatic Colors of #DA258D
Black with #DA258D
Text Example
Text Example
White with #DA258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA258D; }
p { color: rgb(218,37,141); }
H1.HeaderClassName
{
color: #DA258D;
}
.AnyTagClassName
{
color: #DA258D;
}
</style>
background-color css
<style>
a { background-color: #DA258D; }
a { background-color: rgb(218,37,141); }
div.DivClassName
{
background-color: #DA258D;
}
.BgClassName
{
background-color: #DA258D;
}
</style>
border-color css
<style>
span { border-color: #DA258D; }
span { border-color: rgb(218,37,141); }
td.TdClassName
{
border-color: #DA258D;
}
.TagClassName
{
border-color: #DA258D;
}
</style>