Shades of Cerise #D3255C
Tints of Cerise #D3255C
RGB
CMYK
RGB Variations
Color information
#D3255C (or 0xD3255C) is known color: Cerise. HEX triplet: D3, 25 and 5C. RGB value is (211,37,92). Sum of RGB (Red+Green+Blue) = 211+37+92=340 (45% of max value = 765). Red value is 211 (82.81% from 255 or 62.06% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 211 - color contains mainly: red. Hex color #D3255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3255C is #2CDAA3. Grayscale: #5F5F5F. Windows color (decimal): -2939556 or 6038995. OLE color: 6038995.
HSL color Cylindrical-coordinate representation of color #D3255C: hue angle of 341.03º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D3255C is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 37 | 92 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.17 |
| HSL | 341.03º | 0.7% | 0.49% | - |
| HSV(B) | 341.03º | 0.82% | 0.83% | - |
| XYZ | 29.46 | 15.94 | 11.65 | - |
| YUV | 95.3 | 126.15 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 37 | 92 | 0 | 0.82 | 0.56 | 0.17 | 341.03 | 0.7 | 0.49 |
| Hex | D3 | 25 | 5C | 0 | 52 | 38 | 11 | 155 | 46 | 31 |
| Octal | 323 | 45 | 134 | 0 | 122 | 70 | 21 | 525 | 106 | 61 |
| Binary | 11010011 | 100101 | 1011100 | 0 | 1010010 | 111000 | 10001 | 101010101 | 1000110 | 110001 |
Color Harmonies of #D3255C
Complementary color
Monochromatic Colors of #D3255C
Black with #D3255C
Text Example
Text Example
White with #D3255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3255C; }
p { color: rgb(211,37,92); }
H1.HeaderClassName
{
color: #D3255C;
}
.AnyTagClassName
{
color: #D3255C;
}
</style>
background-color css
<style>
a { background-color: #D3255C; }
a { background-color: rgb(211,37,92); }
div.DivClassName
{
background-color: #D3255C;
}
.BgClassName
{
background-color: #D3255C;
}
</style>
border-color css
<style>
span { border-color: #D3255C; }
span { border-color: rgb(211,37,92); }
td.TdClassName
{
border-color: #D3255C;
}
.TagClassName
{
border-color: #D3255C;
}
</style>