Shades of Cerise #D83F66
Tints of Cerise #D83F66
RGB
CMYK
RGB Variations
Color information
#D83F66 (or 0xD83F66) is known color: Cerise. HEX triplet: D8, 3F and 66. RGB value is (216,63,102). Sum of RGB (Red+Green+Blue) = 216+63+102=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83F66 is #27C099. Grayscale: #717171. Windows color (decimal): -2605210 or 6701016. OLE color: 6701016.
HSL color Cylindrical-coordinate representation of color #D83F66: hue angle of 344.71º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D83F66 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 102 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.15 |
| HSL | 344.71º | 0.66% | 0.55% | - |
| HSV(B) | 344.71º | 0.71% | 0.85% | - |
| XYZ | 32.49 | 19.11 | 14.55 | - |
| YUV | 113.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 102 | 0 | 0.71 | 0.53 | 0.15 | 344.71 | 0.66 | 0.55 |
| Hex | D8 | 3F | 66 | 0 | 47 | 35 | F | 159 | 42 | 37 |
| Octal | 330 | 77 | 146 | 0 | 107 | 65 | 17 | 531 | 102 | 67 |
| Binary | 11011000 | 111111 | 1100110 | 0 | 1000111 | 110101 | 1111 | 101011001 | 1000010 | 110111 |
Color Harmonies of #D83F66
Complementary color
Monochromatic Colors of #D83F66
Black with #D83F66
Text Example
Text Example
White with #D83F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83F66; }
p { color: rgb(216,63,102); }
H1.HeaderClassName
{
color: #D83F66;
}
.AnyTagClassName
{
color: #D83F66;
}
</style>
background-color css
<style>
a { background-color: #D83F66; }
a { background-color: rgb(216,63,102); }
div.DivClassName
{
background-color: #D83F66;
}
.BgClassName
{
background-color: #D83F66;
}
</style>
border-color css
<style>
span { border-color: #D83F66; }
span { border-color: rgb(216,63,102); }
td.TdClassName
{
border-color: #D83F66;
}
.TagClassName
{
border-color: #D83F66;
}
</style>