Shades of Cerise #D53669
Tints of Cerise #D53669
RGB
CMYK
RGB Variations
Color information
#D53669 (or 0xD53669) is known color: Cerise. HEX triplet: D5, 36 and 69. RGB value is (213,54,105). Sum of RGB (Red+Green+Blue) = 213+54+105=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D53669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53669 is #2AC996. Grayscale: #6B6B6B. Windows color (decimal): -2804119 or 6895317. OLE color: 6895317.
HSL color Cylindrical-coordinate representation of color #D53669: hue angle of 340.75º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53669 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 105 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.16 |
| HSL | 340.75º | 0.65% | 0.52% | - |
| HSV(B) | 340.75º | 0.75% | 0.84% | - |
| XYZ | 31.31 | 17.8 | 15.15 | - |
| YUV | 107.36 | 126.68 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 105 | 0 | 0.75 | 0.51 | 0.16 | 340.75 | 0.65 | 0.52 |
| Hex | D5 | 36 | 69 | 0 | 4B | 33 | 10 | 155 | 41 | 34 |
| Octal | 325 | 66 | 151 | 0 | 113 | 63 | 20 | 525 | 101 | 64 |
| Binary | 11010101 | 110110 | 1101001 | 0 | 1001011 | 110011 | 10000 | 101010101 | 1000001 | 110100 |
Color Harmonies of #D53669
Complementary color
Monochromatic Colors of #D53669
Black with #D53669
Text Example
Text Example
White with #D53669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53669; }
p { color: rgb(213,54,105); }
H1.HeaderClassName
{
color: #D53669;
}
.AnyTagClassName
{
color: #D53669;
}
</style>
background-color css
<style>
a { background-color: #D53669; }
a { background-color: rgb(213,54,105); }
div.DivClassName
{
background-color: #D53669;
}
.BgClassName
{
background-color: #D53669;
}
</style>
border-color css
<style>
span { border-color: #D53669; }
span { border-color: rgb(213,54,105); }
td.TdClassName
{
border-color: #D53669;
}
.TagClassName
{
border-color: #D53669;
}
</style>