Shades of Deep Cerise #DA267B
Tints of Deep Cerise #DA267B
RGB
CMYK
RGB Variations
Color information
#DA267B (or 0xDA267B) is known color: Deep Cerise. HEX triplet: DA, 26 and 7B. RGB value is (218,38,123). Sum of RGB (Red+Green+Blue) = 218+38+123=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA267B is #25D984. Grayscale: #656565. Windows color (decimal): -2480517 or 8070874. OLE color: 8070874.
HSL color Cylindrical-coordinate representation of color #DA267B: hue angle of 331.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 #DA267B is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 123 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.15 |
| HSL | 331.67º | 0.71% | 0.5% | - |
| HSV(B) | 331.67º | 0.83% | 0.85% | - |
| XYZ | 33.18 | 17.72 | 20.41 | - |
| YUV | 101.51 | 140.13 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 123 | 0 | 0.83 | 0.44 | 0.15 | 331.67 | 0.71 | 0.5 |
| Hex | DA | 26 | 7B | 0 | 53 | 2C | F | 14C | 47 | 32 |
| Octal | 332 | 46 | 173 | 0 | 123 | 54 | 17 | 514 | 107 | 62 |
| Binary | 11011010 | 100110 | 1111011 | 0 | 1010011 | 101100 | 1111 | 101001100 | 1000111 | 110010 |
Color Harmonies of #DA267B
Complementary color
Monochromatic Colors of #DA267B
Black with #DA267B
Text Example
Text Example
White with #DA267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA267B; }
p { color: rgb(218,38,123); }
H1.HeaderClassName
{
color: #DA267B;
}
.AnyTagClassName
{
color: #DA267B;
}
</style>
background-color css
<style>
a { background-color: #DA267B; }
a { background-color: rgb(218,38,123); }
div.DivClassName
{
background-color: #DA267B;
}
.BgClassName
{
background-color: #DA267B;
}
</style>
border-color css
<style>
span { border-color: #DA267B; }
span { border-color: rgb(218,38,123); }
td.TdClassName
{
border-color: #DA267B;
}
.TagClassName
{
border-color: #DA267B;
}
</style>