Shades of Cerise #D0335B
Tints of Cerise #D0335B
RGB
CMYK
RGB Variations
Color information
#D0335B (or 0xD0335B) is known color: Cerise. HEX triplet: D0, 33 and 5B. RGB value is (208,51,91). Sum of RGB (Red+Green+Blue) = 208+51+91=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D0335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0335B is #2FCCA4. Grayscale: #666666. Windows color (decimal): -3132581 or 5977040. OLE color: 5977040.
HSL color Cylindrical-coordinate representation of color #D0335B: hue angle of 344.71º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0335B is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 91 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.18 |
| HSL | 344.71º | 0.63% | 0.51% | - |
| HSV(B) | 344.71º | 0.75% | 0.82% | - |
| XYZ | 29.08 | 16.53 | 11.56 | - |
| YUV | 102.5 | 121.51 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 91 | 0 | 0.75 | 0.56 | 0.18 | 344.71 | 0.63 | 0.51 |
| Hex | D0 | 33 | 5B | 0 | 4B | 38 | 12 | 159 | 3F | 33 |
| Octal | 320 | 63 | 133 | 0 | 113 | 70 | 22 | 531 | 77 | 63 |
| Binary | 11010000 | 110011 | 1011011 | 0 | 1001011 | 111000 | 10010 | 101011001 | 111111 | 110011 |
Color Harmonies of #D0335B
Complementary color
Monochromatic Colors of #D0335B
Black with #D0335B
Text Example
Text Example
White with #D0335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0335B; }
p { color: rgb(208,51,91); }
H1.HeaderClassName
{
color: #D0335B;
}
.AnyTagClassName
{
color: #D0335B;
}
</style>
background-color css
<style>
a { background-color: #D0335B; }
a { background-color: rgb(208,51,91); }
div.DivClassName
{
background-color: #D0335B;
}
.BgClassName
{
background-color: #D0335B;
}
</style>
border-color css
<style>
span { border-color: #D0335B; }
span { border-color: rgb(208,51,91); }
td.TdClassName
{
border-color: #D0335B;
}
.TagClassName
{
border-color: #D0335B;
}
</style>