Shades of Cerise #D2395F
Tints of Cerise #D2395F
RGB
CMYK
RGB Variations
Color information
#D2395F (or 0xD2395F) is known color: Cerise. HEX triplet: D2, 39 and 5F. RGB value is (210,57,95). Sum of RGB (Red+Green+Blue) = 210+57+95=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D2395F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2395F is #2DC6A0. Grayscale: #6B6B6B. Windows color (decimal): -2999969 or 6240722. OLE color: 6240722.
HSL color Cylindrical-coordinate representation of color #D2395F: hue angle of 345.1º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2395F is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 95 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.18 |
| HSL | 345.1º | 0.63% | 0.52% | - |
| HSV(B) | 345.1º | 0.73% | 0.82% | - |
| XYZ | 30.11 | 17.45 | 12.61 | - |
| YUV | 107.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 95 | 0 | 0.73 | 0.55 | 0.18 | 345.1 | 0.63 | 0.52 |
| Hex | D2 | 39 | 5F | 0 | 49 | 37 | 12 | 159 | 3F | 34 |
| Octal | 322 | 71 | 137 | 0 | 111 | 67 | 22 | 531 | 77 | 64 |
| Binary | 11010010 | 111001 | 1011111 | 0 | 1001001 | 110111 | 10010 | 101011001 | 111111 | 110100 |
Color Harmonies of #D2395F
Complementary color
Monochromatic Colors of #D2395F
Black with #D2395F
Text Example
Text Example
White with #D2395F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2395F; }
p { color: rgb(210,57,95); }
H1.HeaderClassName
{
color: #D2395F;
}
.AnyTagClassName
{
color: #D2395F;
}
</style>
background-color css
<style>
a { background-color: #D2395F; }
a { background-color: rgb(210,57,95); }
div.DivClassName
{
background-color: #D2395F;
}
.BgClassName
{
background-color: #D2395F;
}
</style>
border-color css
<style>
span { border-color: #D2395F; }
span { border-color: rgb(210,57,95); }
td.TdClassName
{
border-color: #D2395F;
}
.TagClassName
{
border-color: #D2395F;
}
</style>