Shades of Cerise #D5346C
Tints of Cerise #D5346C
RGB
CMYK
RGB Variations
Color information
#D5346C (or 0xD5346C) is known color: Cerise. HEX triplet: D5, 34 and 6C. RGB value is (213,52,108). Sum of RGB (Red+Green+Blue) = 213+52+108=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5346C is #2ACB93. Grayscale: #6A6A6A. Windows color (decimal): -2804628 or 7091413. OLE color: 7091413.
HSL color Cylindrical-coordinate representation of color #D5346C: hue angle of 339.13º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5346C is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 108 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.16 |
| HSL | 339.13º | 0.66% | 0.52% | - |
| HSV(B) | 339.13º | 0.76% | 0.84% | - |
| XYZ | 31.38 | 17.68 | 15.95 | - |
| YUV | 106.52 | 128.84 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 108 | 0 | 0.76 | 0.49 | 0.16 | 339.13 | 0.66 | 0.52 |
| Hex | D5 | 34 | 6C | 0 | 4C | 31 | 10 | 153 | 42 | 34 |
| Octal | 325 | 64 | 154 | 0 | 114 | 61 | 20 | 523 | 102 | 64 |
| Binary | 11010101 | 110100 | 1101100 | 0 | 1001100 | 110001 | 10000 | 101010011 | 1000010 | 110100 |
Color Harmonies of #D5346C
Complementary color
Monochromatic Colors of #D5346C
Black with #D5346C
Text Example
Text Example
White with #D5346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5346C; }
p { color: rgb(213,52,108); }
H1.HeaderClassName
{
color: #D5346C;
}
.AnyTagClassName
{
color: #D5346C;
}
</style>
background-color css
<style>
a { background-color: #D5346C; }
a { background-color: rgb(213,52,108); }
div.DivClassName
{
background-color: #D5346C;
}
.BgClassName
{
background-color: #D5346C;
}
</style>
border-color css
<style>
span { border-color: #D5346C; }
span { border-color: rgb(213,52,108); }
td.TdClassName
{
border-color: #D5346C;
}
.TagClassName
{
border-color: #D5346C;
}
</style>