Shades of Cerise #D93469
Tints of Cerise #D93469
RGB
CMYK
RGB Variations
Color information
#D93469 (or 0xD93469) is known color: Cerise. HEX triplet: D9, 34 and 69. RGB value is (217,52,105). Sum of RGB (Red+Green+Blue) = 217+52+105=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D93469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93469 is #26CB96. Grayscale: #6B6B6B. Windows color (decimal): -2542487 or 6894809. OLE color: 6894809.
HSL color Cylindrical-coordinate representation of color #D93469: hue angle of 340.73º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93469 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 105 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.15 |
| HSL | 340.73º | 0.68% | 0.53% | - |
| HSV(B) | 340.73º | 0.76% | 0.85% | - |
| XYZ | 32.39 | 18.23 | 15.18 | - |
| YUV | 107.38 | 126.66 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 105 | 0 | 0.76 | 0.52 | 0.15 | 340.73 | 0.68 | 0.53 |
| Hex | D9 | 34 | 69 | 0 | 4C | 34 | F | 155 | 44 | 35 |
| Octal | 331 | 64 | 151 | 0 | 114 | 64 | 17 | 525 | 104 | 65 |
| Binary | 11011001 | 110100 | 1101001 | 0 | 1001100 | 110100 | 1111 | 101010101 | 1000100 | 110101 |
Color Harmonies of #D93469
Complementary color
Monochromatic Colors of #D93469
Black with #D93469
Text Example
Text Example
White with #D93469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93469; }
p { color: rgb(217,52,105); }
H1.HeaderClassName
{
color: #D93469;
}
.AnyTagClassName
{
color: #D93469;
}
</style>
background-color css
<style>
a { background-color: #D93469; }
a { background-color: rgb(217,52,105); }
div.DivClassName
{
background-color: #D93469;
}
.BgClassName
{
background-color: #D93469;
}
</style>
border-color css
<style>
span { border-color: #D93469; }
span { border-color: rgb(217,52,105); }
td.TdClassName
{
border-color: #D93469;
}
.TagClassName
{
border-color: #D93469;
}
</style>