Shades of Cerise #D63361
Tints of Cerise #D63361
RGB
CMYK
RGB Variations
Color information
#D63361 (or 0xD63361) is known color: Cerise. HEX triplet: D6, 33 and 61. RGB value is (214,51,97). Sum of RGB (Red+Green+Blue) = 214+51+97=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D63361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63361 is #29CC9E. Grayscale: #686868. Windows color (decimal): -2739359 or 6370262. OLE color: 6370262.
HSL color Cylindrical-coordinate representation of color #D63361: hue angle of 343.07º 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 #D63361 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 51 | 97 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.16 |
| HSL | 343.07º | 0.67% | 0.52% | - |
| HSV(B) | 343.07º | 0.76% | 0.84% | - |
| XYZ | 31.07 | 17.53 | 13.05 | - |
| YUV | 104.98 | 123.5 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 51 | 97 | 0 | 0.76 | 0.55 | 0.16 | 343.07 | 0.67 | 0.52 |
| Hex | D6 | 33 | 61 | 0 | 4C | 37 | 10 | 157 | 43 | 34 |
| Octal | 326 | 63 | 141 | 0 | 114 | 67 | 20 | 527 | 103 | 64 |
| Binary | 11010110 | 110011 | 1100001 | 0 | 1001100 | 110111 | 10000 | 101010111 | 1000011 | 110100 |
Color Harmonies of #D63361
Complementary color
Monochromatic Colors of #D63361
Black with #D63361
Text Example
Text Example
White with #D63361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63361; }
p { color: rgb(214,51,97); }
H1.HeaderClassName
{
color: #D63361;
}
.AnyTagClassName
{
color: #D63361;
}
</style>
background-color css
<style>
a { background-color: #D63361; }
a { background-color: rgb(214,51,97); }
div.DivClassName
{
background-color: #D63361;
}
.BgClassName
{
background-color: #D63361;
}
</style>
border-color css
<style>
span { border-color: #D63361; }
span { border-color: rgb(214,51,97); }
td.TdClassName
{
border-color: #D63361;
}
.TagClassName
{
border-color: #D63361;
}
</style>