Shades of Cerise #D52369
Tints of Cerise #D52369
RGB
CMYK
RGB Variations
Color information
#D52369 (or 0xD52369) is known color: Cerise. HEX triplet: D5, 23 and 69. RGB value is (213,35,105). Sum of RGB (Red+Green+Blue) = 213+35+105=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D52369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52369 is #2ADC96. Grayscale: #606060. Windows color (decimal): -2808983 or 6890453. OLE color: 6890453.
HSL color Cylindrical-coordinate representation of color #D52369: hue angle of 336.4º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52369 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 105 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.16 |
| HSL | 336.4º | 0.72% | 0.49% | - |
| HSV(B) | 336.4º | 0.84% | 0.84% | - |
| XYZ | 30.59 | 16.37 | 14.91 | - |
| YUV | 96.2 | 132.97 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 105 | 0 | 0.84 | 0.51 | 0.16 | 336.4 | 0.72 | 0.49 |
| Hex | D5 | 23 | 69 | 0 | 54 | 33 | 10 | 150 | 48 | 31 |
| Octal | 325 | 43 | 151 | 0 | 124 | 63 | 20 | 520 | 110 | 61 |
| Binary | 11010101 | 100011 | 1101001 | 0 | 1010100 | 110011 | 10000 | 101010000 | 1001000 | 110001 |
Color Harmonies of #D52369
Complementary color
Monochromatic Colors of #D52369
Black with #D52369
Text Example
Text Example
White with #D52369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52369; }
p { color: rgb(213,35,105); }
H1.HeaderClassName
{
color: #D52369;
}
.AnyTagClassName
{
color: #D52369;
}
</style>
background-color css
<style>
a { background-color: #D52369; }
a { background-color: rgb(213,35,105); }
div.DivClassName
{
background-color: #D52369;
}
.BgClassName
{
background-color: #D52369;
}
</style>
border-color css
<style>
span { border-color: #D52369; }
span { border-color: rgb(213,35,105); }
td.TdClassName
{
border-color: #D52369;
}
.TagClassName
{
border-color: #D52369;
}
</style>