Shades of Deep Cerise #DA269E
Tints of Deep Cerise #DA269E
RGB
CMYK
RGB Variations
Color information
#DA269E (or 0xDA269E) is known color: Deep Cerise. HEX triplet: DA, 26 and 9E. RGB value is (218,38,158). Sum of RGB (Red+Green+Blue) = 218+38+158=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 38 (15.23% from 255 or 9.18% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA269E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA269E is #25D961. Grayscale: #696969. Windows color (decimal): -2480482 or 10364634. OLE color: 10364634.
HSL color Cylindrical-coordinate representation of color #DA269E: hue angle of 320º 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 #DA269E is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 158 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.15 |
| HSL | 320º | 0.71% | 0.5% | - |
| HSV(B) | 320º | 0.83% | 0.85% | - |
| XYZ | 35.78 | 18.76 | 34.08 | - |
| YUV | 105.5 | 157.63 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 158 | 0 | 0.83 | 0.28 | 0.15 | 320 | 0.71 | 0.5 |
| Hex | DA | 26 | 9E | 0 | 53 | 1C | F | 140 | 47 | 32 |
| Octal | 332 | 46 | 236 | 0 | 123 | 34 | 17 | 500 | 107 | 62 |
| Binary | 11011010 | 100110 | 10011110 | 0 | 1010011 | 11100 | 1111 | 101000000 | 1000111 | 110010 |
Color Harmonies of #DA269E
Complementary color
Monochromatic Colors of #DA269E
Black with #DA269E
Text Example
Text Example
White with #DA269E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA269E; }
p { color: rgb(218,38,158); }
H1.HeaderClassName
{
color: #DA269E;
}
.AnyTagClassName
{
color: #DA269E;
}
</style>
background-color css
<style>
a { background-color: #DA269E; }
a { background-color: rgb(218,38,158); }
div.DivClassName
{
background-color: #DA269E;
}
.BgClassName
{
background-color: #DA269E;
}
</style>
border-color css
<style>
span { border-color: #DA269E; }
span { border-color: rgb(218,38,158); }
td.TdClassName
{
border-color: #DA269E;
}
.TagClassName
{
border-color: #DA269E;
}
</style>