Shades of Deep Cerise #DA267D
Tints of Deep Cerise #DA267D
RGB
CMYK
RGB Variations
Color information
#DA267D (or 0xDA267D) is known color: Deep Cerise. HEX triplet: DA, 26 and 7D. RGB value is (218,38,125). Sum of RGB (Red+Green+Blue) = 218+38+125=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA267D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA267D is #25D982. Grayscale: #656565. Windows color (decimal): -2480515 or 8201946. OLE color: 8201946.
HSL color Cylindrical-coordinate representation of color #DA267D: hue angle of 331º 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 #DA267D is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 125 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.15 |
| HSL | 331º | 0.71% | 0.5% | - |
| HSV(B) | 331º | 0.83% | 0.85% | - |
| XYZ | 33.31 | 17.77 | 21.08 | - |
| YUV | 101.74 | 141.13 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 125 | 0 | 0.83 | 0.43 | 0.15 | 331 | 0.71 | 0.5 |
| Hex | DA | 26 | 7D | 0 | 53 | 2B | F | 14B | 47 | 32 |
| Octal | 332 | 46 | 175 | 0 | 123 | 53 | 17 | 513 | 107 | 62 |
| Binary | 11011010 | 100110 | 1111101 | 0 | 1010011 | 101011 | 1111 | 101001011 | 1000111 | 110010 |
Color Harmonies of #DA267D
Complementary color
Monochromatic Colors of #DA267D
Black with #DA267D
Text Example
Text Example
White with #DA267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA267D; }
p { color: rgb(218,38,125); }
H1.HeaderClassName
{
color: #DA267D;
}
.AnyTagClassName
{
color: #DA267D;
}
</style>
background-color css
<style>
a { background-color: #DA267D; }
a { background-color: rgb(218,38,125); }
div.DivClassName
{
background-color: #DA267D;
}
.BgClassName
{
background-color: #DA267D;
}
</style>
border-color css
<style>
span { border-color: #DA267D; }
span { border-color: rgb(218,38,125); }
td.TdClassName
{
border-color: #DA267D;
}
.TagClassName
{
border-color: #DA267D;
}
</style>