Shades of Cerise #D93169
Tints of Cerise #D93169
RGB
CMYK
RGB Variations
Color information
#D93169 (or 0xD93169) is known color: Cerise. HEX triplet: D9, 31 and 69. RGB value is (217,49,105). Sum of RGB (Red+Green+Blue) = 217+49+105=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D93169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93169 is #26CE96. Grayscale: #696969. Windows color (decimal): -2543255 or 6894041. OLE color: 6894041.
HSL color Cylindrical-coordinate representation of color #D93169: hue angle of 340º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D93169 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 49 | 105 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.15 |
| HSL | 340º | 0.69% | 0.52% | - |
| HSV(B) | 340º | 0.77% | 0.85% | - |
| XYZ | 32.26 | 17.97 | 15.13 | - |
| YUV | 105.62 | 127.66 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 49 | 105 | 0 | 0.77 | 0.52 | 0.15 | 340 | 0.69 | 0.52 |
| Hex | D9 | 31 | 69 | 0 | 4D | 34 | F | 154 | 45 | 34 |
| Octal | 331 | 61 | 151 | 0 | 115 | 64 | 17 | 524 | 105 | 64 |
| Binary | 11011001 | 110001 | 1101001 | 0 | 1001101 | 110100 | 1111 | 101010100 | 1000101 | 110100 |
Color Harmonies of #D93169
Complementary color
Monochromatic Colors of #D93169
Black with #D93169
Text Example
Text Example
White with #D93169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93169; }
p { color: rgb(217,49,105); }
H1.HeaderClassName
{
color: #D93169;
}
.AnyTagClassName
{
color: #D93169;
}
</style>
background-color css
<style>
a { background-color: #D93169; }
a { background-color: rgb(217,49,105); }
div.DivClassName
{
background-color: #D93169;
}
.BgClassName
{
background-color: #D93169;
}
</style>
border-color css
<style>
span { border-color: #D93169; }
span { border-color: rgb(217,49,105); }
td.TdClassName
{
border-color: #D93169;
}
.TagClassName
{
border-color: #D93169;
}
</style>