Shades of Cerise #D6415C
Tints of Cerise #D6415C
RGB
CMYK
RGB Variations
Color information
#D6415C (or 0xD6415C) is known color: Cerise. HEX triplet: D6, 41 and 5C. RGB value is (214,65,92). Sum of RGB (Red+Green+Blue) = 214+65+92=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6415C is #29BEA3. Grayscale: #707070. Windows color (decimal): -2735780 or 6046166. OLE color: 6046166.
HSL color Cylindrical-coordinate representation of color #D6415C: hue angle of 349.13º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6415C is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 92 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.16 |
| HSL | 349.13º | 0.65% | 0.55% | - |
| HSV(B) | 349.13º | 0.7% | 0.84% | - |
| XYZ | 31.55 | 18.85 | 12.1 | - |
| YUV | 112.63 | 116.36 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 92 | 0 | 0.70 | 0.57 | 0.16 | 349.13 | 0.65 | 0.55 |
| Hex | D6 | 41 | 5C | 0 | 46 | 39 | 10 | 15D | 41 | 37 |
| Octal | 326 | 101 | 134 | 0 | 106 | 71 | 20 | 535 | 101 | 67 |
| Binary | 11010110 | 1000001 | 1011100 | 0 | 1000110 | 111001 | 10000 | 101011101 | 1000001 | 110111 |
Color Harmonies of #D6415C
Complementary color
Monochromatic Colors of #D6415C
Black with #D6415C
Text Example
Text Example
White with #D6415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6415C; }
p { color: rgb(214,65,92); }
H1.HeaderClassName
{
color: #D6415C;
}
.AnyTagClassName
{
color: #D6415C;
}
</style>
background-color css
<style>
a { background-color: #D6415C; }
a { background-color: rgb(214,65,92); }
div.DivClassName
{
background-color: #D6415C;
}
.BgClassName
{
background-color: #D6415C;
}
</style>
border-color css
<style>
span { border-color: #D6415C; }
span { border-color: rgb(214,65,92); }
td.TdClassName
{
border-color: #D6415C;
}
.TagClassName
{
border-color: #D6415C;
}
</style>