Shades of Cerise #D62758
Tints of Cerise #D62758
RGB
CMYK
RGB Variations
Color information
#D62758 (or 0xD62758) is known color: Cerise. HEX triplet: D6, 27 and 58. RGB value is (214,39,88). Sum of RGB (Red+Green+Blue) = 214+39+88=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D62758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62758 is #29D8A7. Grayscale: #606060. Windows color (decimal): -2742440 or 5777366. OLE color: 5777366.
HSL color Cylindrical-coordinate representation of color #D62758: hue angle of 343.2º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D62758 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 39 | 88 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.16 |
| HSL | 343.2º | 0.69% | 0.5% | - |
| HSV(B) | 343.2º | 0.82% | 0.84% | - |
| XYZ | 30.22 | 16.45 | 10.82 | - |
| YUV | 96.91 | 122.98 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 88 | 0 | 0.82 | 0.59 | 0.16 | 343.2 | 0.69 | 0.5 |
| Hex | D6 | 27 | 58 | 0 | 52 | 3B | 10 | 157 | 45 | 32 |
| Octal | 326 | 47 | 130 | 0 | 122 | 73 | 20 | 527 | 105 | 62 |
| Binary | 11010110 | 100111 | 1011000 | 0 | 1010010 | 111011 | 10000 | 101010111 | 1000101 | 110010 |
Color Harmonies of #D62758
Complementary color
Monochromatic Colors of #D62758
Black with #D62758
Text Example
Text Example
White with #D62758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62758; }
p { color: rgb(214,39,88); }
H1.HeaderClassName
{
color: #D62758;
}
.AnyTagClassName
{
color: #D62758;
}
</style>
background-color css
<style>
a { background-color: #D62758; }
a { background-color: rgb(214,39,88); }
div.DivClassName
{
background-color: #D62758;
}
.BgClassName
{
background-color: #D62758;
}
</style>
border-color css
<style>
span { border-color: #D62758; }
span { border-color: rgb(214,39,88); }
td.TdClassName
{
border-color: #D62758;
}
.TagClassName
{
border-color: #D62758;
}
</style>