Shades of Cerise #D63368
Tints of Cerise #D63368
RGB
CMYK
RGB Variations
Color information
#D63368 (or 0xD63368) is known color: Cerise. HEX triplet: D6, 33 and 68. RGB value is (214,51,104). Sum of RGB (Red+Green+Blue) = 214+51+104=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D63368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63368 is #29CC97. Grayscale: #696969. Windows color (decimal): -2739352 or 6829014. OLE color: 6829014.
HSL color Cylindrical-coordinate representation of color #D63368: hue angle of 340.49º degrees, saturation: 0.67, 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 #D63368 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 51 | 104 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.16 |
| HSL | 340.49º | 0.67% | 0.52% | - |
| HSV(B) | 340.49º | 0.76% | 0.84% | - |
| XYZ | 31.41 | 17.66 | 14.85 | - |
| YUV | 105.78 | 127 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 51 | 104 | 0 | 0.76 | 0.51 | 0.16 | 340.49 | 0.67 | 0.52 |
| Hex | D6 | 33 | 68 | 0 | 4C | 33 | 10 | 154 | 43 | 34 |
| Octal | 326 | 63 | 150 | 0 | 114 | 63 | 20 | 524 | 103 | 64 |
| Binary | 11010110 | 110011 | 1101000 | 0 | 1001100 | 110011 | 10000 | 101010100 | 1000011 | 110100 |
Color Harmonies of #D63368
Complementary color
Monochromatic Colors of #D63368
Black with #D63368
Text Example
Text Example
White with #D63368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63368; }
p { color: rgb(214,51,104); }
H1.HeaderClassName
{
color: #D63368;
}
.AnyTagClassName
{
color: #D63368;
}
</style>
background-color css
<style>
a { background-color: #D63368; }
a { background-color: rgb(214,51,104); }
div.DivClassName
{
background-color: #D63368;
}
.BgClassName
{
background-color: #D63368;
}
</style>
border-color css
<style>
span { border-color: #D63368; }
span { border-color: rgb(214,51,104); }
td.TdClassName
{
border-color: #D63368;
}
.TagClassName
{
border-color: #D63368;
}
</style>