Shades of Cerise #D6355F
Tints of Cerise #D6355F
RGB
CMYK
RGB Variations
Color information
#D6355F (or 0xD6355F) is known color: Cerise. HEX triplet: D6, 35 and 5F. RGB value is (214,53,95). Sum of RGB (Red+Green+Blue) = 214+53+95=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6355F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6355F is #29CAA0. Grayscale: #696969. Windows color (decimal): -2738849 or 6239702. OLE color: 6239702.
HSL color Cylindrical-coordinate representation of color #D6355F: hue angle of 344.35º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6355F is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 95 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.16 |
| HSL | 344.35º | 0.66% | 0.52% | - |
| HSV(B) | 344.35º | 0.75% | 0.84% | - |
| XYZ | 31.07 | 17.67 | 12.6 | - |
| YUV | 105.93 | 121.84 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 95 | 0 | 0.75 | 0.56 | 0.16 | 344.35 | 0.66 | 0.52 |
| Hex | D6 | 35 | 5F | 0 | 4B | 38 | 10 | 158 | 42 | 34 |
| Octal | 326 | 65 | 137 | 0 | 113 | 70 | 20 | 530 | 102 | 64 |
| Binary | 11010110 | 110101 | 1011111 | 0 | 1001011 | 111000 | 10000 | 101011000 | 1000010 | 110100 |
Color Harmonies of #D6355F
Complementary color
Monochromatic Colors of #D6355F
Black with #D6355F
Text Example
Text Example
White with #D6355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6355F; }
p { color: rgb(214,53,95); }
H1.HeaderClassName
{
color: #D6355F;
}
.AnyTagClassName
{
color: #D6355F;
}
</style>
background-color css
<style>
a { background-color: #D6355F; }
a { background-color: rgb(214,53,95); }
div.DivClassName
{
background-color: #D6355F;
}
.BgClassName
{
background-color: #D6355F;
}
</style>
border-color css
<style>
span { border-color: #D6355F; }
span { border-color: rgb(214,53,95); }
td.TdClassName
{
border-color: #D6355F;
}
.TagClassName
{
border-color: #D6355F;
}
</style>