Shades of Cerise #D0325D
Tints of Cerise #D0325D
RGB
CMYK
RGB Variations
Color information
#D0325D (or 0xD0325D) is known color: Cerise. HEX triplet: D0, 32 and 5D. RGB value is (208,50,93). Sum of RGB (Red+Green+Blue) = 208+50+93=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D0325D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0325D is #2FCDA2. Grayscale: #666666. Windows color (decimal): -3132835 or 6107856. OLE color: 6107856.
HSL color Cylindrical-coordinate representation of color #D0325D: hue angle of 343.67º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0325D is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 93 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.18 |
| HSL | 343.67º | 0.63% | 0.51% | - |
| HSV(B) | 343.67º | 0.76% | 0.82% | - |
| XYZ | 29.13 | 16.48 | 12 | - |
| YUV | 102.14 | 122.85 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 93 | 0 | 0.76 | 0.55 | 0.18 | 343.67 | 0.63 | 0.51 |
| Hex | D0 | 32 | 5D | 0 | 4C | 37 | 12 | 158 | 3F | 33 |
| Octal | 320 | 62 | 135 | 0 | 114 | 67 | 22 | 530 | 77 | 63 |
| Binary | 11010000 | 110010 | 1011101 | 0 | 1001100 | 110111 | 10010 | 101011000 | 111111 | 110011 |
Color Harmonies of #D0325D
Complementary color
Monochromatic Colors of #D0325D
Black with #D0325D
Text Example
Text Example
White with #D0325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0325D; }
p { color: rgb(208,50,93); }
H1.HeaderClassName
{
color: #D0325D;
}
.AnyTagClassName
{
color: #D0325D;
}
</style>
background-color css
<style>
a { background-color: #D0325D; }
a { background-color: rgb(208,50,93); }
div.DivClassName
{
background-color: #D0325D;
}
.BgClassName
{
background-color: #D0325D;
}
</style>
border-color css
<style>
span { border-color: #D0325D; }
span { border-color: rgb(208,50,93); }
td.TdClassName
{
border-color: #D0325D;
}
.TagClassName
{
border-color: #D0325D;
}
</style>