Shades of Cerise #D63F69
Tints of Cerise #D63F69
RGB
CMYK
RGB Variations
Color information
#D63F69 (or 0xD63F69) is known color: Cerise. HEX triplet: D6, 3F and 69. RGB value is (214,63,105). Sum of RGB (Red+Green+Blue) = 214+63+105=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63F69 is #29C096. Grayscale: #707070. Windows color (decimal): -2736279 or 6897622. OLE color: 6897622.
HSL color Cylindrical-coordinate representation of color #D63F69: hue angle of 343.31º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63F69 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 105 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.16 |
| HSL | 343.31º | 0.65% | 0.54% | - |
| HSV(B) | 343.31º | 0.71% | 0.84% | - |
| XYZ | 32.06 | 18.87 | 15.32 | - |
| YUV | 112.94 | 123.53 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 105 | 0 | 0.71 | 0.51 | 0.16 | 343.31 | 0.65 | 0.54 |
| Hex | D6 | 3F | 69 | 0 | 47 | 33 | 10 | 157 | 41 | 36 |
| Octal | 326 | 77 | 151 | 0 | 107 | 63 | 20 | 527 | 101 | 66 |
| Binary | 11010110 | 111111 | 1101001 | 0 | 1000111 | 110011 | 10000 | 101010111 | 1000001 | 110110 |
Color Harmonies of #D63F69
Complementary color
Monochromatic Colors of #D63F69
Black with #D63F69
Text Example
Text Example
White with #D63F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F69; }
p { color: rgb(214,63,105); }
H1.HeaderClassName
{
color: #D63F69;
}
.AnyTagClassName
{
color: #D63F69;
}
</style>
background-color css
<style>
a { background-color: #D63F69; }
a { background-color: rgb(214,63,105); }
div.DivClassName
{
background-color: #D63F69;
}
.BgClassName
{
background-color: #D63F69;
}
</style>
border-color css
<style>
span { border-color: #D63F69; }
span { border-color: rgb(214,63,105); }
td.TdClassName
{
border-color: #D63F69;
}
.TagClassName
{
border-color: #D63F69;
}
</style>