Shades of Deep Cerise #D5269F
Tints of Deep Cerise #D5269F
RGB
CMYK
RGB Variations
Color information
#D5269F (or 0xD5269F) is known color: Deep Cerise. HEX triplet: D5, 26 and 9F. RGB value is (213,38,159). Sum of RGB (Red+Green+Blue) = 213+38+159=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D5269F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5269F is #2AD960. Grayscale: #676767. Windows color (decimal): -2808161 or 10430165. OLE color: 10430165.
HSL color Cylindrical-coordinate representation of color #D5269F: hue angle of 318.51º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5269F is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 159 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.16 |
| HSL | 318.51º | 0.7% | 0.49% | - |
| HSV(B) | 318.51º | 0.82% | 0.84% | - |
| XYZ | 34.39 | 18.04 | 34.47 | - |
| YUV | 104.12 | 158.98 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 159 | 0 | 0.82 | 0.25 | 0.16 | 318.51 | 0.7 | 0.49 |
| Hex | D5 | 26 | 9F | 0 | 52 | 19 | 10 | 13F | 46 | 31 |
| Octal | 325 | 46 | 237 | 0 | 122 | 31 | 20 | 477 | 106 | 61 |
| Binary | 11010101 | 100110 | 10011111 | 0 | 1010010 | 11001 | 10000 | 100111111 | 1000110 | 110001 |
Color Harmonies of #D5269F
Complementary color
Monochromatic Colors of #D5269F
Black with #D5269F
Text Example
Text Example
White with #D5269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5269F; }
p { color: rgb(213,38,159); }
H1.HeaderClassName
{
color: #D5269F;
}
.AnyTagClassName
{
color: #D5269F;
}
</style>
background-color css
<style>
a { background-color: #D5269F; }
a { background-color: rgb(213,38,159); }
div.DivClassName
{
background-color: #D5269F;
}
.BgClassName
{
background-color: #D5269F;
}
</style>
border-color css
<style>
span { border-color: #D5269F; }
span { border-color: rgb(213,38,159); }
td.TdClassName
{
border-color: #D5269F;
}
.TagClassName
{
border-color: #D5269F;
}
</style>