Shades of Cerise #D53769
Tints of Cerise #D53769
RGB
CMYK
RGB Variations
Color information
#D53769 (or 0xD53769) is known color: Cerise. HEX triplet: D5, 37 and 69. RGB value is (213,55,105). Sum of RGB (Red+Green+Blue) = 213+55+105=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 55 (21.88% from 255 or 14.75% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D53769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53769 is #2AC896. Grayscale: #6B6B6B. Windows color (decimal): -2803863 or 6895573. OLE color: 6895573.
HSL color Cylindrical-coordinate representation of color #D53769: hue angle of 341.01º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53769 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 105 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.16 |
| HSL | 341.01º | 0.65% | 0.53% | - |
| HSV(B) | 341.01º | 0.74% | 0.84% | - |
| XYZ | 31.36 | 17.9 | 15.17 | - |
| YUV | 107.94 | 126.35 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 105 | 0 | 0.74 | 0.51 | 0.16 | 341.01 | 0.65 | 0.53 |
| Hex | D5 | 37 | 69 | 0 | 4A | 33 | 10 | 155 | 41 | 35 |
| Octal | 325 | 67 | 151 | 0 | 112 | 63 | 20 | 525 | 101 | 65 |
| Binary | 11010101 | 110111 | 1101001 | 0 | 1001010 | 110011 | 10000 | 101010101 | 1000001 | 110101 |
Color Harmonies of #D53769
Complementary color
Monochromatic Colors of #D53769
Black with #D53769
Text Example
Text Example
White with #D53769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53769; }
p { color: rgb(213,55,105); }
H1.HeaderClassName
{
color: #D53769;
}
.AnyTagClassName
{
color: #D53769;
}
</style>
background-color css
<style>
a { background-color: #D53769; }
a { background-color: rgb(213,55,105); }
div.DivClassName
{
background-color: #D53769;
}
.BgClassName
{
background-color: #D53769;
}
</style>
border-color css
<style>
span { border-color: #D53769; }
span { border-color: rgb(213,55,105); }
td.TdClassName
{
border-color: #D53769;
}
.TagClassName
{
border-color: #D53769;
}
</style>