Shades of Cerise #D0235A
Tints of Cerise #D0235A
RGB
CMYK
RGB Variations
Color information
#D0235A (or 0xD0235A) is known color: Cerise. HEX triplet: D0, 23 and 5A. RGB value is (208,35,90). Sum of RGB (Red+Green+Blue) = 208+35+90=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D0235A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0235A is #2FDCA5. Grayscale: #5C5C5C. Windows color (decimal): -3136678 or 5907408. OLE color: 5907408.
HSL color Cylindrical-coordinate representation of color #D0235A: hue angle of 340.92º 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 #D0235A is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 90 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.18 |
| HSL | 340.92º | 0.71% | 0.48% | - |
| HSV(B) | 340.92º | 0.83% | 0.82% | - |
| XYZ | 28.46 | 15.35 | 11.14 | - |
| YUV | 93 | 126.31 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 90 | 0 | 0.83 | 0.57 | 0.18 | 340.92 | 0.71 | 0.48 |
| Hex | D0 | 23 | 5A | 0 | 53 | 39 | 12 | 155 | 47 | 30 |
| Octal | 320 | 43 | 132 | 0 | 123 | 71 | 22 | 525 | 107 | 60 |
| Binary | 11010000 | 100011 | 1011010 | 0 | 1010011 | 111001 | 10010 | 101010101 | 1000111 | 110000 |
Color Harmonies of #D0235A
Complementary color
Monochromatic Colors of #D0235A
Black with #D0235A
Text Example
Text Example
White with #D0235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0235A; }
p { color: rgb(208,35,90); }
H1.HeaderClassName
{
color: #D0235A;
}
.AnyTagClassName
{
color: #D0235A;
}
</style>
background-color css
<style>
a { background-color: #D0235A; }
a { background-color: rgb(208,35,90); }
div.DivClassName
{
background-color: #D0235A;
}
.BgClassName
{
background-color: #D0235A;
}
</style>
border-color css
<style>
span { border-color: #D0235A; }
span { border-color: rgb(208,35,90); }
td.TdClassName
{
border-color: #D0235A;
}
.TagClassName
{
border-color: #D0235A;
}
</style>