Shades of Deep Cerise #D628A4
Tints of Deep Cerise #D628A4
RGB
CMYK
RGB Variations
Color information
#D628A4 (or 0xD628A4) is known color: Deep Cerise. HEX triplet: D6, 28 and A4. RGB value is (214,40,164). Sum of RGB (Red+Green+Blue) = 214+40+164=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D628A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D628A4 is #29D75B. Grayscale: #696969. Windows color (decimal): -2742108 or 10758358. OLE color: 10758358.
HSL color Cylindrical-coordinate representation of color #D628A4: hue angle of 317.24º 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 #D628A4 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 164 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.16 |
| HSL | 317.24º | 0.69% | 0.5% | - |
| HSV(B) | 317.24º | 0.81% | 0.84% | - |
| XYZ | 35.19 | 18.49 | 36.84 | - |
| YUV | 106.16 | 160.65 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 164 | 0 | 0.81 | 0.23 | 0.16 | 317.24 | 0.69 | 0.5 |
| Hex | D6 | 28 | A4 | 0 | 51 | 17 | 10 | 13D | 45 | 32 |
| Octal | 326 | 50 | 244 | 0 | 121 | 27 | 20 | 475 | 105 | 62 |
| Binary | 11010110 | 101000 | 10100100 | 0 | 1010001 | 10111 | 10000 | 100111101 | 1000101 | 110010 |
Color Harmonies of #D628A4
Complementary color
Monochromatic Colors of #D628A4
Black with #D628A4
Text Example
Text Example
White with #D628A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D628A4; }
p { color: rgb(214,40,164); }
H1.HeaderClassName
{
color: #D628A4;
}
.AnyTagClassName
{
color: #D628A4;
}
</style>
background-color css
<style>
a { background-color: #D628A4; }
a { background-color: rgb(214,40,164); }
div.DivClassName
{
background-color: #D628A4;
}
.BgClassName
{
background-color: #D628A4;
}
</style>
border-color css
<style>
span { border-color: #D628A4; }
span { border-color: rgb(214,40,164); }
td.TdClassName
{
border-color: #D628A4;
}
.TagClassName
{
border-color: #D628A4;
}
</style>