Shades of Cerise #D63458
Tints of Cerise #D63458
RGB
CMYK
RGB Variations
Color information
#D63458 (or 0xD63458) is known color: Cerise. HEX triplet: D6, 34 and 58. RGB value is (214,52,88). Sum of RGB (Red+Green+Blue) = 214+52+88=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D63458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63458 is #29CBA7. Grayscale: #686868. Windows color (decimal): -2739112 or 5780694. OLE color: 5780694.
HSL color Cylindrical-coordinate representation of color #D63458: hue angle of 346.67º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63458 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 88 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.16 |
| HSL | 346.67º | 0.66% | 0.52% | - |
| HSV(B) | 346.67º | 0.76% | 0.84% | - |
| XYZ | 30.72 | 17.46 | 10.98 | - |
| YUV | 104.54 | 118.67 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 88 | 0 | 0.76 | 0.59 | 0.16 | 346.67 | 0.66 | 0.52 |
| Hex | D6 | 34 | 58 | 0 | 4C | 3B | 10 | 15B | 42 | 34 |
| Octal | 326 | 64 | 130 | 0 | 114 | 73 | 20 | 533 | 102 | 64 |
| Binary | 11010110 | 110100 | 1011000 | 0 | 1001100 | 111011 | 10000 | 101011011 | 1000010 | 110100 |
Color Harmonies of #D63458
Complementary color
Monochromatic Colors of #D63458
Black with #D63458
Text Example
Text Example
White with #D63458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63458; }
p { color: rgb(214,52,88); }
H1.HeaderClassName
{
color: #D63458;
}
.AnyTagClassName
{
color: #D63458;
}
</style>
background-color css
<style>
a { background-color: #D63458; }
a { background-color: rgb(214,52,88); }
div.DivClassName
{
background-color: #D63458;
}
.BgClassName
{
background-color: #D63458;
}
</style>
border-color css
<style>
span { border-color: #D63458; }
span { border-color: rgb(214,52,88); }
td.TdClassName
{
border-color: #D63458;
}
.TagClassName
{
border-color: #D63458;
}
</style>