Shades of Deep Cerise #DA267F
Tints of Deep Cerise #DA267F
RGB
CMYK
RGB Variations
Color information
#DA267F (or 0xDA267F) is known color: Deep Cerise. HEX triplet: DA, 26 and 7F. RGB value is (218,38,127). Sum of RGB (Red+Green+Blue) = 218+38+127=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA267F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA267F is #25D980. Grayscale: #656565. Windows color (decimal): -2480513 or 8333018. OLE color: 8333018.
HSL color Cylindrical-coordinate representation of color #DA267F: hue angle of 330.33º 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 #DA267F is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 127 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.15 |
| HSL | 330.33º | 0.71% | 0.5% | - |
| HSV(B) | 330.33º | 0.83% | 0.85% | - |
| XYZ | 33.44 | 17.82 | 21.76 | - |
| YUV | 101.97 | 142.13 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 127 | 0 | 0.83 | 0.42 | 0.15 | 330.33 | 0.71 | 0.5 |
| Hex | DA | 26 | 7F | 0 | 53 | 2A | F | 14A | 47 | 32 |
| Octal | 332 | 46 | 177 | 0 | 123 | 52 | 17 | 512 | 107 | 62 |
| Binary | 11011010 | 100110 | 1111111 | 0 | 1010011 | 101010 | 1111 | 101001010 | 1000111 | 110010 |
Color Harmonies of #DA267F
Complementary color
Monochromatic Colors of #DA267F
Black with #DA267F
Text Example
Text Example
White with #DA267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA267F; }
p { color: rgb(218,38,127); }
H1.HeaderClassName
{
color: #DA267F;
}
.AnyTagClassName
{
color: #DA267F;
}
</style>
background-color css
<style>
a { background-color: #DA267F; }
a { background-color: rgb(218,38,127); }
div.DivClassName
{
background-color: #DA267F;
}
.BgClassName
{
background-color: #DA267F;
}
</style>
border-color css
<style>
span { border-color: #DA267F; }
span { border-color: rgb(218,38,127); }
td.TdClassName
{
border-color: #DA267F;
}
.TagClassName
{
border-color: #DA267F;
}
</style>