Shades of Deep Cerise #D628A1
Tints of Deep Cerise #D628A1
RGB
CMYK
RGB Variations
Color information
#D628A1 (or 0xD628A1) is known color: Deep Cerise. HEX triplet: D6, 28 and A1. RGB value is (214,40,161). Sum of RGB (Red+Green+Blue) = 214+40+161=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D628A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D628A1 is #29D75E. Grayscale: #696969. Windows color (decimal): -2742111 or 10561750. OLE color: 10561750.
HSL color Cylindrical-coordinate representation of color #D628A1: hue angle of 318.28º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D628A1 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 161 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.16 |
| HSL | 318.28º | 0.69% | 0.5% | - |
| HSV(B) | 318.28º | 0.81% | 0.84% | - |
| XYZ | 34.92 | 18.39 | 35.43 | - |
| YUV | 105.82 | 159.15 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 161 | 0 | 0.81 | 0.25 | 0.16 | 318.28 | 0.69 | 0.5 |
| Hex | D6 | 28 | A1 | 0 | 51 | 19 | 10 | 13E | 45 | 32 |
| Octal | 326 | 50 | 241 | 0 | 121 | 31 | 20 | 476 | 105 | 62 |
| Binary | 11010110 | 101000 | 10100001 | 0 | 1010001 | 11001 | 10000 | 100111110 | 1000101 | 110010 |
Color Harmonies of #D628A1
Complementary color
Monochromatic Colors of #D628A1
Black with #D628A1
Text Example
Text Example
White with #D628A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D628A1; }
p { color: rgb(214,40,161); }
H1.HeaderClassName
{
color: #D628A1;
}
.AnyTagClassName
{
color: #D628A1;
}
</style>
background-color css
<style>
a { background-color: #D628A1; }
a { background-color: rgb(214,40,161); }
div.DivClassName
{
background-color: #D628A1;
}
.BgClassName
{
background-color: #D628A1;
}
</style>
border-color css
<style>
span { border-color: #D628A1; }
span { border-color: rgb(214,40,161); }
td.TdClassName
{
border-color: #D628A1;
}
.TagClassName
{
border-color: #D628A1;
}
</style>