Shades of Cerise #D63B6E
Tints of Cerise #D63B6E
RGB
CMYK
RGB Variations
Color information
#D63B6E (or 0xD63B6E) is known color: Cerise. HEX triplet: D6, 3B and 6E. RGB value is (214,59,110). Sum of RGB (Red+Green+Blue) = 214+59+110=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D63B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63B6E is #29C491. Grayscale: #6F6F6F. Windows color (decimal): -2737298 or 7224278. OLE color: 7224278.
HSL color Cylindrical-coordinate representation of color #D63B6E: hue angle of 340.26º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63B6E is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 59 | 110 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.16 |
| HSL | 340.26º | 0.65% | 0.54% | - |
| HSV(B) | 340.26º | 0.72% | 0.84% | - |
| XYZ | 32.11 | 18.55 | 16.64 | - |
| YUV | 111.16 | 127.35 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 59 | 110 | 0 | 0.72 | 0.49 | 0.16 | 340.26 | 0.65 | 0.54 |
| Hex | D6 | 3B | 6E | 0 | 48 | 31 | 10 | 154 | 41 | 36 |
| Octal | 326 | 73 | 156 | 0 | 110 | 61 | 20 | 524 | 101 | 66 |
| Binary | 11010110 | 111011 | 1101110 | 0 | 1001000 | 110001 | 10000 | 101010100 | 1000001 | 110110 |
Color Harmonies of #D63B6E
Complementary color
Monochromatic Colors of #D63B6E
Black with #D63B6E
Text Example
Text Example
White with #D63B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63B6E; }
p { color: rgb(214,59,110); }
H1.HeaderClassName
{
color: #D63B6E;
}
.AnyTagClassName
{
color: #D63B6E;
}
</style>
background-color css
<style>
a { background-color: #D63B6E; }
a { background-color: rgb(214,59,110); }
div.DivClassName
{
background-color: #D63B6E;
}
.BgClassName
{
background-color: #D63B6E;
}
</style>
border-color css
<style>
span { border-color: #D63B6E; }
span { border-color: rgb(214,59,110); }
td.TdClassName
{
border-color: #D63B6E;
}
.TagClassName
{
border-color: #D63B6E;
}
</style>