Shades of Cerise #D63669
Tints of Cerise #D63669
RGB
CMYK
RGB Variations
Color information
#D63669 (or 0xD63669) is known color: Cerise. HEX triplet: D6, 36 and 69. RGB value is (214,54,105). Sum of RGB (Red+Green+Blue) = 214+54+105=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D63669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63669 is #29C996. Grayscale: #6B6B6B. Windows color (decimal): -2738583 or 6895318. OLE color: 6895318.
HSL color Cylindrical-coordinate representation of color #D63669: hue angle of 340.88º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63669 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 105 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.16 |
| HSL | 340.88º | 0.66% | 0.53% | - |
| HSV(B) | 340.88º | 0.75% | 0.84% | - |
| XYZ | 31.6 | 17.95 | 15.16 | - |
| YUV | 107.65 | 126.51 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 105 | 0 | 0.75 | 0.51 | 0.16 | 340.88 | 0.66 | 0.53 |
| Hex | D6 | 36 | 69 | 0 | 4B | 33 | 10 | 155 | 42 | 35 |
| Octal | 326 | 66 | 151 | 0 | 113 | 63 | 20 | 525 | 102 | 65 |
| Binary | 11010110 | 110110 | 1101001 | 0 | 1001011 | 110011 | 10000 | 101010101 | 1000010 | 110101 |
Color Harmonies of #D63669
Complementary color
Monochromatic Colors of #D63669
Black with #D63669
Text Example
Text Example
White with #D63669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63669; }
p { color: rgb(214,54,105); }
H1.HeaderClassName
{
color: #D63669;
}
.AnyTagClassName
{
color: #D63669;
}
</style>
background-color css
<style>
a { background-color: #D63669; }
a { background-color: rgb(214,54,105); }
div.DivClassName
{
background-color: #D63669;
}
.BgClassName
{
background-color: #D63669;
}
</style>
border-color css
<style>
span { border-color: #D63669; }
span { border-color: rgb(214,54,105); }
td.TdClassName
{
border-color: #D63669;
}
.TagClassName
{
border-color: #D63669;
}
</style>