Shades of Cerise #D6255A
Tints of Cerise #D6255A
RGB
CMYK
RGB Variations
Color information
#D6255A (or 0xD6255A) is known color: Cerise. HEX triplet: D6, 25 and 5A. RGB value is (214,37,90). Sum of RGB (Red+Green+Blue) = 214+37+90=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D6255A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6255A is #29DAA5. Grayscale: #5F5F5F. Windows color (decimal): -2742950 or 5907926. OLE color: 5907926.
HSL color Cylindrical-coordinate representation of color #D6255A: hue angle of 342.03º 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 #D6255A is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 37 | 90 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.16 |
| HSL | 342.03º | 0.71% | 0.49% | - |
| HSV(B) | 342.03º | 0.83% | 0.84% | - |
| XYZ | 30.24 | 16.36 | 11.24 | - |
| YUV | 95.97 | 124.64 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 37 | 90 | 0 | 0.83 | 0.58 | 0.16 | 342.03 | 0.71 | 0.49 |
| Hex | D6 | 25 | 5A | 0 | 53 | 3A | 10 | 156 | 47 | 31 |
| Octal | 326 | 45 | 132 | 0 | 123 | 72 | 20 | 526 | 107 | 61 |
| Binary | 11010110 | 100101 | 1011010 | 0 | 1010011 | 111010 | 10000 | 101010110 | 1000111 | 110001 |
Color Harmonies of #D6255A
Complementary color
Monochromatic Colors of #D6255A
Black with #D6255A
Text Example
Text Example
White with #D6255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6255A; }
p { color: rgb(214,37,90); }
H1.HeaderClassName
{
color: #D6255A;
}
.AnyTagClassName
{
color: #D6255A;
}
</style>
background-color css
<style>
a { background-color: #D6255A; }
a { background-color: rgb(214,37,90); }
div.DivClassName
{
background-color: #D6255A;
}
.BgClassName
{
background-color: #D6255A;
}
</style>
border-color css
<style>
span { border-color: #D6255A; }
span { border-color: rgb(214,37,90); }
td.TdClassName
{
border-color: #D6255A;
}
.TagClassName
{
border-color: #D6255A;
}
</style>