Shades of Cerise #D6255F
Tints of Cerise #D6255F
RGB
CMYK
RGB Variations
Color information
#D6255F (or 0xD6255F) is known color: Cerise. HEX triplet: D6, 25 and 5F. RGB value is (214,37,95). Sum of RGB (Red+Green+Blue) = 214+37+95=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D6255F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6255F is #29DAA0. Grayscale: #606060. Windows color (decimal): -2742945 or 6235606. OLE color: 6235606.
HSL color Cylindrical-coordinate representation of color #D6255F: hue angle of 340.34º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6255F is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 37 | 95 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.16 |
| HSL | 340.34º | 0.71% | 0.49% | - |
| HSV(B) | 340.34º | 0.83% | 0.84% | - |
| XYZ | 30.46 | 16.45 | 12.4 | - |
| YUV | 96.54 | 127.14 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 37 | 95 | 0 | 0.83 | 0.56 | 0.16 | 340.34 | 0.71 | 0.49 |
| Hex | D6 | 25 | 5F | 0 | 53 | 38 | 10 | 154 | 47 | 31 |
| Octal | 326 | 45 | 137 | 0 | 123 | 70 | 20 | 524 | 107 | 61 |
| Binary | 11010110 | 100101 | 1011111 | 0 | 1010011 | 111000 | 10000 | 101010100 | 1000111 | 110001 |
Color Harmonies of #D6255F
Complementary color
Monochromatic Colors of #D6255F
Black with #D6255F
Text Example
Text Example
White with #D6255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6255F; }
p { color: rgb(214,37,95); }
H1.HeaderClassName
{
color: #D6255F;
}
.AnyTagClassName
{
color: #D6255F;
}
</style>
background-color css
<style>
a { background-color: #D6255F; }
a { background-color: rgb(214,37,95); }
div.DivClassName
{
background-color: #D6255F;
}
.BgClassName
{
background-color: #D6255F;
}
</style>
border-color css
<style>
span { border-color: #D6255F; }
span { border-color: rgb(214,37,95); }
td.TdClassName
{
border-color: #D6255F;
}
.TagClassName
{
border-color: #D6255F;
}
</style>