Shades of Cerise #D93165
Tints of Cerise #D93165
RGB
CMYK
RGB Variations
Color information
#D93165 (or 0xD93165) is known color: Cerise. HEX triplet: D9, 31 and 65. RGB value is (217,49,101). Sum of RGB (Red+Green+Blue) = 217+49+101=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D93165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93165 is #26CE9A. Grayscale: #696969. Windows color (decimal): -2543259 or 6631897. OLE color: 6631897.
HSL color Cylindrical-coordinate representation of color #D93165: hue angle of 341.43º 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 #D93165 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 49 | 101 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.15 |
| HSL | 341.43º | 0.69% | 0.52% | - |
| HSV(B) | 341.43º | 0.77% | 0.85% | - |
| XYZ | 32.06 | 17.89 | 14.07 | - |
| YUV | 105.16 | 125.66 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 49 | 101 | 0 | 0.77 | 0.53 | 0.15 | 341.43 | 0.69 | 0.52 |
| Hex | D9 | 31 | 65 | 0 | 4D | 35 | F | 155 | 45 | 34 |
| Octal | 331 | 61 | 145 | 0 | 115 | 65 | 17 | 525 | 105 | 64 |
| Binary | 11011001 | 110001 | 1100101 | 0 | 1001101 | 110101 | 1111 | 101010101 | 1000101 | 110100 |
Color Harmonies of #D93165
Complementary color
Monochromatic Colors of #D93165
Black with #D93165
Text Example
Text Example
White with #D93165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93165; }
p { color: rgb(217,49,101); }
H1.HeaderClassName
{
color: #D93165;
}
.AnyTagClassName
{
color: #D93165;
}
</style>
background-color css
<style>
a { background-color: #D93165; }
a { background-color: rgb(217,49,101); }
div.DivClassName
{
background-color: #D93165;
}
.BgClassName
{
background-color: #D93165;
}
</style>
border-color css
<style>
span { border-color: #D93165; }
span { border-color: rgb(217,49,101); }
td.TdClassName
{
border-color: #D93165;
}
.TagClassName
{
border-color: #D93165;
}
</style>