Shades of Cerise #D93D68
Tints of Cerise #D93D68
RGB
CMYK
RGB Variations
Color information
#D93D68 (or 0xD93D68) is known color: Cerise. HEX triplet: D9, 3D and 68. RGB value is (217,61,104). Sum of RGB (Red+Green+Blue) = 217+61+104=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93D68 is #26C297. Grayscale: #707070. Windows color (decimal): -2540184 or 6831577. OLE color: 6831577.
HSL color Cylindrical-coordinate representation of color #D93D68: hue angle of 343.46º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93D68 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 104 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.15 |
| HSL | 343.46º | 0.67% | 0.55% | - |
| HSV(B) | 343.46º | 0.72% | 0.85% | - |
| XYZ | 32.78 | 19.09 | 15.05 | - |
| YUV | 112.55 | 123.18 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 104 | 0 | 0.72 | 0.52 | 0.15 | 343.46 | 0.67 | 0.55 |
| Hex | D9 | 3D | 68 | 0 | 48 | 34 | F | 157 | 43 | 37 |
| Octal | 331 | 75 | 150 | 0 | 110 | 64 | 17 | 527 | 103 | 67 |
| Binary | 11011001 | 111101 | 1101000 | 0 | 1001000 | 110100 | 1111 | 101010111 | 1000011 | 110111 |
Color Harmonies of #D93D68
Complementary color
Monochromatic Colors of #D93D68
Black with #D93D68
Text Example
Text Example
White with #D93D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93D68; }
p { color: rgb(217,61,104); }
H1.HeaderClassName
{
color: #D93D68;
}
.AnyTagClassName
{
color: #D93D68;
}
</style>
background-color css
<style>
a { background-color: #D93D68; }
a { background-color: rgb(217,61,104); }
div.DivClassName
{
background-color: #D93D68;
}
.BgClassName
{
background-color: #D93D68;
}
</style>
border-color css
<style>
span { border-color: #D93D68; }
span { border-color: rgb(217,61,104); }
td.TdClassName
{
border-color: #D93D68;
}
.TagClassName
{
border-color: #D93D68;
}
</style>