Shades of Cerise #D63569
Tints of Cerise #D63569
RGB
CMYK
RGB Variations
Color information
#D63569 (or 0xD63569) is known color: Cerise. HEX triplet: D6, 35 and 69. RGB value is (214,53,105). Sum of RGB (Red+Green+Blue) = 214+53+105=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D63569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63569 is #29CA96. Grayscale: #6B6B6B. Windows color (decimal): -2738839 or 6895062. OLE color: 6895062.
HSL color Cylindrical-coordinate representation of color #D63569: hue angle of 340.62º degrees, saturation: 0.66, 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 #D63569 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 105 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.16 |
| HSL | 340.62º | 0.66% | 0.52% | - |
| HSV(B) | 340.62º | 0.75% | 0.84% | - |
| XYZ | 31.55 | 17.86 | 15.15 | - |
| YUV | 107.07 | 126.84 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 105 | 0 | 0.75 | 0.51 | 0.16 | 340.62 | 0.66 | 0.52 |
| Hex | D6 | 35 | 69 | 0 | 4B | 33 | 10 | 155 | 42 | 34 |
| Octal | 326 | 65 | 151 | 0 | 113 | 63 | 20 | 525 | 102 | 64 |
| Binary | 11010110 | 110101 | 1101001 | 0 | 1001011 | 110011 | 10000 | 101010101 | 1000010 | 110100 |
Color Harmonies of #D63569
Complementary color
Monochromatic Colors of #D63569
Black with #D63569
Text Example
Text Example
White with #D63569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63569; }
p { color: rgb(214,53,105); }
H1.HeaderClassName
{
color: #D63569;
}
.AnyTagClassName
{
color: #D63569;
}
</style>
background-color css
<style>
a { background-color: #D63569; }
a { background-color: rgb(214,53,105); }
div.DivClassName
{
background-color: #D63569;
}
.BgClassName
{
background-color: #D63569;
}
</style>
border-color css
<style>
span { border-color: #D63569; }
span { border-color: rgb(214,53,105); }
td.TdClassName
{
border-color: #D63569;
}
.TagClassName
{
border-color: #D63569;
}
</style>