Shades of Cerise #D0385C
Tints of Cerise #D0385C
RGB
CMYK
RGB Variations
Color information
#D0385C (or 0xD0385C) is known color: Cerise. HEX triplet: D0, 38 and 5C. RGB value is (208,56,92). Sum of RGB (Red+Green+Blue) = 208+56+92=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D0385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0385C is #2FC7A3. Grayscale: #696969. Windows color (decimal): -3131300 or 6043856. OLE color: 6043856.
HSL color Cylindrical-coordinate representation of color #D0385C: hue angle of 345.79º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0385C is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 56 | 92 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.18 |
| HSL | 345.79º | 0.62% | 0.52% | - |
| HSV(B) | 345.79º | 0.73% | 0.82% | - |
| XYZ | 29.36 | 17.01 | 11.86 | - |
| YUV | 105.55 | 120.36 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 92 | 0 | 0.73 | 0.56 | 0.18 | 345.79 | 0.62 | 0.52 |
| Hex | D0 | 38 | 5C | 0 | 49 | 38 | 12 | 15A | 3E | 34 |
| Octal | 320 | 70 | 134 | 0 | 111 | 70 | 22 | 532 | 76 | 64 |
| Binary | 11010000 | 111000 | 1011100 | 0 | 1001001 | 111000 | 10010 | 101011010 | 111110 | 110100 |
Color Harmonies of #D0385C
Complementary color
Monochromatic Colors of #D0385C
Black with #D0385C
Text Example
Text Example
White with #D0385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0385C; }
p { color: rgb(208,56,92); }
H1.HeaderClassName
{
color: #D0385C;
}
.AnyTagClassName
{
color: #D0385C;
}
</style>
background-color css
<style>
a { background-color: #D0385C; }
a { background-color: rgb(208,56,92); }
div.DivClassName
{
background-color: #D0385C;
}
.BgClassName
{
background-color: #D0385C;
}
</style>
border-color css
<style>
span { border-color: #D0385C; }
span { border-color: rgb(208,56,92); }
td.TdClassName
{
border-color: #D0385C;
}
.TagClassName
{
border-color: #D0385C;
}
</style>