Shades of Cerise #D0235C
Tints of Cerise #D0235C
RGB
CMYK
RGB Variations
Color information
#D0235C (or 0xD0235C) is known color: Cerise. HEX triplet: D0, 23 and 5C. RGB value is (208,35,92). Sum of RGB (Red+Green+Blue) = 208+35+92=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D0235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0235C is #2FDCA3. Grayscale: #5D5D5D. Windows color (decimal): -3136676 or 6038480. OLE color: 6038480.
HSL color Cylindrical-coordinate representation of color #D0235C: hue angle of 340.23º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0235C is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 92 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.18 |
| HSL | 340.23º | 0.71% | 0.48% | - |
| HSV(B) | 340.23º | 0.83% | 0.82% | - |
| XYZ | 28.55 | 15.38 | 11.59 | - |
| YUV | 93.23 | 127.31 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 92 | 0 | 0.83 | 0.56 | 0.18 | 340.23 | 0.71 | 0.48 |
| Hex | D0 | 23 | 5C | 0 | 53 | 38 | 12 | 154 | 47 | 30 |
| Octal | 320 | 43 | 134 | 0 | 123 | 70 | 22 | 524 | 107 | 60 |
| Binary | 11010000 | 100011 | 1011100 | 0 | 1010011 | 111000 | 10010 | 101010100 | 1000111 | 110000 |
Color Harmonies of #D0235C
Complementary color
Monochromatic Colors of #D0235C
Black with #D0235C
Text Example
Text Example
White with #D0235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0235C; }
p { color: rgb(208,35,92); }
H1.HeaderClassName
{
color: #D0235C;
}
.AnyTagClassName
{
color: #D0235C;
}
</style>
background-color css
<style>
a { background-color: #D0235C; }
a { background-color: rgb(208,35,92); }
div.DivClassName
{
background-color: #D0235C;
}
.BgClassName
{
background-color: #D0235C;
}
</style>
border-color css
<style>
span { border-color: #D0235C; }
span { border-color: rgb(208,35,92); }
td.TdClassName
{
border-color: #D0235C;
}
.TagClassName
{
border-color: #D0235C;
}
</style>