Shades of Deep Cerise #D83FA1
Tints of Deep Cerise #D83FA1
RGB
CMYK
RGB Variations
Color information
#D83FA1 (or 0xD83FA1) is known color: Deep Cerise. HEX triplet: D8, 3F and A1. RGB value is (216,63,161). Sum of RGB (Red+Green+Blue) = 216+63+161=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 63 (25% from 255 or 14.32% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D83FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83FA1 is #27C05E. Grayscale: #777777. Windows color (decimal): -2605151 or 10567640. OLE color: 10567640.
HSL color Cylindrical-coordinate representation of color #D83FA1: hue angle of 321.57º 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 #D83FA1 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 161 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.15 |
| HSL | 321.57º | 0.66% | 0.55% | - |
| HSV(B) | 321.57º | 0.71% | 0.85% | - |
| XYZ | 36.53 | 20.73 | 35.79 | - |
| YUV | 119.92 | 151.19 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 161 | 0 | 0.71 | 0.25 | 0.15 | 321.57 | 0.66 | 0.55 |
| Hex | D8 | 3F | A1 | 0 | 47 | 19 | F | 142 | 42 | 37 |
| Octal | 330 | 77 | 241 | 0 | 107 | 31 | 17 | 502 | 102 | 67 |
| Binary | 11011000 | 111111 | 10100001 | 0 | 1000111 | 11001 | 1111 | 101000010 | 1000010 | 110111 |
Color Harmonies of #D83FA1
Complementary color
Monochromatic Colors of #D83FA1
Black with #D83FA1
Text Example
Text Example
White with #D83FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83FA1; }
p { color: rgb(216,63,161); }
H1.HeaderClassName
{
color: #D83FA1;
}
.AnyTagClassName
{
color: #D83FA1;
}
</style>
background-color css
<style>
a { background-color: #D83FA1; }
a { background-color: rgb(216,63,161); }
div.DivClassName
{
background-color: #D83FA1;
}
.BgClassName
{
background-color: #D83FA1;
}
</style>
border-color css
<style>
span { border-color: #D83FA1; }
span { border-color: rgb(216,63,161); }
td.TdClassName
{
border-color: #D83FA1;
}
.TagClassName
{
border-color: #D83FA1;
}
</style>