Shades of Cerise #D0285C
Tints of Cerise #D0285C
RGB
CMYK
RGB Variations
Color information
#D0285C (or 0xD0285C) is known color: Cerise. HEX triplet: D0, 28 and 5C. RGB value is (208,40,92). Sum of RGB (Red+Green+Blue) = 208+40+92=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D0285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0285C is #2FD7A3. Grayscale: #606060. Windows color (decimal): -3135396 or 6039760. OLE color: 6039760.
HSL color Cylindrical-coordinate representation of color #D0285C: hue angle of 341.43º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0285C is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 92 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.18 |
| HSL | 341.43º | 0.68% | 0.49% | - |
| HSV(B) | 341.43º | 0.81% | 0.82% | - |
| XYZ | 28.7 | 15.7 | 11.64 | - |
| YUV | 96.16 | 125.66 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 92 | 0 | 0.81 | 0.56 | 0.18 | 341.43 | 0.68 | 0.49 |
| Hex | D0 | 28 | 5C | 0 | 51 | 38 | 12 | 155 | 44 | 31 |
| Octal | 320 | 50 | 134 | 0 | 121 | 70 | 22 | 525 | 104 | 61 |
| Binary | 11010000 | 101000 | 1011100 | 0 | 1010001 | 111000 | 10010 | 101010101 | 1000100 | 110001 |
Color Harmonies of #D0285C
Complementary color
Monochromatic Colors of #D0285C
Black with #D0285C
Text Example
Text Example
White with #D0285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0285C; }
p { color: rgb(208,40,92); }
H1.HeaderClassName
{
color: #D0285C;
}
.AnyTagClassName
{
color: #D0285C;
}
</style>
background-color css
<style>
a { background-color: #D0285C; }
a { background-color: rgb(208,40,92); }
div.DivClassName
{
background-color: #D0285C;
}
.BgClassName
{
background-color: #D0285C;
}
</style>
border-color css
<style>
span { border-color: #D0285C; }
span { border-color: rgb(208,40,92); }
td.TdClassName
{
border-color: #D0285C;
}
.TagClassName
{
border-color: #D0285C;
}
</style>