Shades of Cerise #D6305E
Tints of Cerise #D6305E
RGB
CMYK
RGB Variations
Color information
#D6305E (or 0xD6305E) is known color: Cerise. HEX triplet: D6, 30 and 5E. RGB value is (214,48,94). Sum of RGB (Red+Green+Blue) = 214+48+94=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D6305E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6305E is #29CFA1. Grayscale: #666666. Windows color (decimal): -2740130 or 6172886. OLE color: 6172886.
HSL color Cylindrical-coordinate representation of color #D6305E: hue angle of 343.37º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6305E is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 48 | 94 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.16 |
| HSL | 343.37º | 0.67% | 0.51% | - |
| HSV(B) | 343.37º | 0.78% | 0.84% | - |
| XYZ | 30.81 | 17.22 | 12.29 | - |
| YUV | 102.88 | 123 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 94 | 0 | 0.78 | 0.56 | 0.16 | 343.37 | 0.67 | 0.51 |
| Hex | D6 | 30 | 5E | 0 | 4E | 38 | 10 | 157 | 43 | 33 |
| Octal | 326 | 60 | 136 | 0 | 116 | 70 | 20 | 527 | 103 | 63 |
| Binary | 11010110 | 110000 | 1011110 | 0 | 1001110 | 111000 | 10000 | 101010111 | 1000011 | 110011 |
Color Harmonies of #D6305E
Complementary color
Monochromatic Colors of #D6305E
Black with #D6305E
Text Example
Text Example
White with #D6305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6305E; }
p { color: rgb(214,48,94); }
H1.HeaderClassName
{
color: #D6305E;
}
.AnyTagClassName
{
color: #D6305E;
}
</style>
background-color css
<style>
a { background-color: #D6305E; }
a { background-color: rgb(214,48,94); }
div.DivClassName
{
background-color: #D6305E;
}
.BgClassName
{
background-color: #D6305E;
}
</style>
border-color css
<style>
span { border-color: #D6305E; }
span { border-color: rgb(214,48,94); }
td.TdClassName
{
border-color: #D6305E;
}
.TagClassName
{
border-color: #D6305E;
}
</style>