Shades of Cerise #D62671
Tints of Cerise #D62671
RGB
CMYK
RGB Variations
Color information
#D62671 (or 0xD62671) is known color: Cerise. HEX triplet: D6, 26 and 71. RGB value is (214,38,113). Sum of RGB (Red+Green+Blue) = 214+38+113=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D62671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62671 is #29D98E. Grayscale: #636363. Windows color (decimal): -2742671 or 7415510. OLE color: 7415510.
HSL color Cylindrical-coordinate representation of color #D62671: hue angle of 334.43º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D62671 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 38 | 113 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.16 |
| HSL | 334.43º | 0.7% | 0.49% | - |
| HSV(B) | 334.43º | 0.82% | 0.84% | - |
| XYZ | 31.41 | 16.87 | 17.22 | - |
| YUV | 99.17 | 135.81 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 113 | 0 | 0.82 | 0.47 | 0.16 | 334.43 | 0.7 | 0.49 |
| Hex | D6 | 26 | 71 | 0 | 52 | 2F | 10 | 14E | 46 | 31 |
| Octal | 326 | 46 | 161 | 0 | 122 | 57 | 20 | 516 | 106 | 61 |
| Binary | 11010110 | 100110 | 1110001 | 0 | 1010010 | 101111 | 10000 | 101001110 | 1000110 | 110001 |
Color Harmonies of #D62671
Complementary color
Monochromatic Colors of #D62671
Black with #D62671
Text Example
Text Example
White with #D62671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62671; }
p { color: rgb(214,38,113); }
H1.HeaderClassName
{
color: #D62671;
}
.AnyTagClassName
{
color: #D62671;
}
</style>
background-color css
<style>
a { background-color: #D62671; }
a { background-color: rgb(214,38,113); }
div.DivClassName
{
background-color: #D62671;
}
.BgClassName
{
background-color: #D62671;
}
</style>
border-color css
<style>
span { border-color: #D62671; }
span { border-color: rgb(214,38,113); }
td.TdClassName
{
border-color: #D62671;
}
.TagClassName
{
border-color: #D62671;
}
</style>