Shades of Cerise #D0315D
Tints of Cerise #D0315D
RGB
CMYK
RGB Variations
Color information
#D0315D (or 0xD0315D) is known color: Cerise. HEX triplet: D0, 31 and 5D. RGB value is (208,49,93). Sum of RGB (Red+Green+Blue) = 208+49+93=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D0315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0315D is #2FCEA2. Grayscale: #656565. Windows color (decimal): -3133091 or 6107600. OLE color: 6107600.
HSL color Cylindrical-coordinate representation of color #D0315D: hue angle of 343.4º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0315D is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 93 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.18 |
| HSL | 343.4º | 0.63% | 0.5% | - |
| HSV(B) | 343.4º | 0.76% | 0.82% | - |
| XYZ | 29.09 | 16.4 | 11.99 | - |
| YUV | 101.56 | 123.18 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 93 | 0 | 0.76 | 0.55 | 0.18 | 343.4 | 0.63 | 0.5 |
| Hex | D0 | 31 | 5D | 0 | 4C | 37 | 12 | 157 | 3F | 32 |
| Octal | 320 | 61 | 135 | 0 | 114 | 67 | 22 | 527 | 77 | 62 |
| Binary | 11010000 | 110001 | 1011101 | 0 | 1001100 | 110111 | 10010 | 101010111 | 111111 | 110010 |
Color Harmonies of #D0315D
Complementary color
Monochromatic Colors of #D0315D
Black with #D0315D
Text Example
Text Example
White with #D0315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0315D; }
p { color: rgb(208,49,93); }
H1.HeaderClassName
{
color: #D0315D;
}
.AnyTagClassName
{
color: #D0315D;
}
</style>
background-color css
<style>
a { background-color: #D0315D; }
a { background-color: rgb(208,49,93); }
div.DivClassName
{
background-color: #D0315D;
}
.BgClassName
{
background-color: #D0315D;
}
</style>
border-color css
<style>
span { border-color: #D0315D; }
span { border-color: rgb(208,49,93); }
td.TdClassName
{
border-color: #D0315D;
}
.TagClassName
{
border-color: #D0315D;
}
</style>