Shades of Deep Cerise #DA269C
Tints of Deep Cerise #DA269C
RGB
CMYK
RGB Variations
Color information
#DA269C (or 0xDA269C) is known color: Deep Cerise. HEX triplet: DA, 26 and 9C. RGB value is (218,38,156). Sum of RGB (Red+Green+Blue) = 218+38+156=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA269C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA269C is #25D963. Grayscale: #686868. Windows color (decimal): -2480484 or 10233562. OLE color: 10233562.
HSL color Cylindrical-coordinate representation of color #DA269C: hue angle of 320.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 #DA269C is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 156 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.15 |
| HSL | 320.67º | 0.71% | 0.5% | - |
| HSV(B) | 320.67º | 0.83% | 0.85% | - |
| XYZ | 35.61 | 18.69 | 33.18 | - |
| YUV | 105.27 | 156.63 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 156 | 0 | 0.83 | 0.28 | 0.15 | 320.67 | 0.71 | 0.5 |
| Hex | DA | 26 | 9C | 0 | 53 | 1C | F | 141 | 47 | 32 |
| Octal | 332 | 46 | 234 | 0 | 123 | 34 | 17 | 501 | 107 | 62 |
| Binary | 11011010 | 100110 | 10011100 | 0 | 1010011 | 11100 | 1111 | 101000001 | 1000111 | 110010 |
Color Harmonies of #DA269C
Complementary color
Monochromatic Colors of #DA269C
Black with #DA269C
Text Example
Text Example
White with #DA269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA269C; }
p { color: rgb(218,38,156); }
H1.HeaderClassName
{
color: #DA269C;
}
.AnyTagClassName
{
color: #DA269C;
}
</style>
background-color css
<style>
a { background-color: #DA269C; }
a { background-color: rgb(218,38,156); }
div.DivClassName
{
background-color: #DA269C;
}
.BgClassName
{
background-color: #DA269C;
}
</style>
border-color css
<style>
span { border-color: #DA269C; }
span { border-color: rgb(218,38,156); }
td.TdClassName
{
border-color: #DA269C;
}
.TagClassName
{
border-color: #DA269C;
}
</style>