Shades of Deep Cerise #DA269F
Tints of Deep Cerise #DA269F
RGB
CMYK
RGB Variations
Color information
#DA269F (or 0xDA269F) is known color: Deep Cerise. HEX triplet: DA, 26 and 9F. RGB value is (218,38,159). Sum of RGB (Red+Green+Blue) = 218+38+159=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 38 (15.23% from 255 or 9.16% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA269F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA269F is #25D960. Grayscale: #696969. Windows color (decimal): -2480481 or 10430170. OLE color: 10430170.
HSL color Cylindrical-coordinate representation of color #DA269F: hue angle of 319.67º 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 #DA269F is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 159 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.15 |
| HSL | 319.67º | 0.71% | 0.5% | - |
| HSV(B) | 319.67º | 0.83% | 0.85% | - |
| XYZ | 35.86 | 18.79 | 34.54 | - |
| YUV | 105.61 | 158.13 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 159 | 0 | 0.83 | 0.27 | 0.15 | 319.67 | 0.71 | 0.5 |
| Hex | DA | 26 | 9F | 0 | 53 | 1B | F | 140 | 47 | 32 |
| Octal | 332 | 46 | 237 | 0 | 123 | 33 | 17 | 500 | 107 | 62 |
| Binary | 11011010 | 100110 | 10011111 | 0 | 1010011 | 11011 | 1111 | 101000000 | 1000111 | 110010 |
Color Harmonies of #DA269F
Complementary color
Monochromatic Colors of #DA269F
Black with #DA269F
Text Example
Text Example
White with #DA269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA269F; }
p { color: rgb(218,38,159); }
H1.HeaderClassName
{
color: #DA269F;
}
.AnyTagClassName
{
color: #DA269F;
}
</style>
background-color css
<style>
a { background-color: #DA269F; }
a { background-color: rgb(218,38,159); }
div.DivClassName
{
background-color: #DA269F;
}
.BgClassName
{
background-color: #DA269F;
}
</style>
border-color css
<style>
span { border-color: #DA269F; }
span { border-color: rgb(218,38,159); }
td.TdClassName
{
border-color: #DA269F;
}
.TagClassName
{
border-color: #DA269F;
}
</style>