Shades of Cerise #D62867
Tints of Cerise #D62867
RGB
CMYK
RGB Variations
Color information
#D62867 (or 0xD62867) is known color: Cerise. HEX triplet: D6, 28 and 67. RGB value is (214,40,103). Sum of RGB (Red+Green+Blue) = 214+40+103=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D62867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62867 is #29D798. Grayscale: #636363. Windows color (decimal): -2742169 or 6760662. OLE color: 6760662.
HSL color Cylindrical-coordinate representation of color #D62867: hue angle of 338.28º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62867 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 103 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.16 |
| HSL | 338.28º | 0.69% | 0.5% | - |
| HSV(B) | 338.28º | 0.81% | 0.84% | - |
| XYZ | 30.94 | 16.79 | 14.44 | - |
| YUV | 99.21 | 130.15 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 103 | 0 | 0.81 | 0.52 | 0.16 | 338.28 | 0.69 | 0.5 |
| Hex | D6 | 28 | 67 | 0 | 51 | 34 | 10 | 152 | 45 | 32 |
| Octal | 326 | 50 | 147 | 0 | 121 | 64 | 20 | 522 | 105 | 62 |
| Binary | 11010110 | 101000 | 1100111 | 0 | 1010001 | 110100 | 10000 | 101010010 | 1000101 | 110010 |
Color Harmonies of #D62867
Complementary color
Monochromatic Colors of #D62867
Black with #D62867
Text Example
Text Example
White with #D62867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62867; }
p { color: rgb(214,40,103); }
H1.HeaderClassName
{
color: #D62867;
}
.AnyTagClassName
{
color: #D62867;
}
</style>
background-color css
<style>
a { background-color: #D62867; }
a { background-color: rgb(214,40,103); }
div.DivClassName
{
background-color: #D62867;
}
.BgClassName
{
background-color: #D62867;
}
</style>
border-color css
<style>
span { border-color: #D62867; }
span { border-color: rgb(214,40,103); }
td.TdClassName
{
border-color: #D62867;
}
.TagClassName
{
border-color: #D62867;
}
</style>