Shades of Deep Cerise #D0328A
Tints of Deep Cerise #D0328A
RGB
CMYK
RGB Variations
Color information
#D0328A (or 0xD0328A) is known color: Deep Cerise. HEX triplet: D0, 32 and 8A. RGB value is (208,50,138). Sum of RGB (Red+Green+Blue) = 208+50+138=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D0328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0328A is #2FCD75. Grayscale: #6B6B6B. Windows color (decimal): -3132790 or 9056976. OLE color: 9056976.
HSL color Cylindrical-coordinate representation of color #D0328A: hue angle of 326.58º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0328A is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 138 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.18 |
| HSL | 326.58º | 0.63% | 0.51% | - |
| HSV(B) | 326.58º | 0.76% | 0.82% | - |
| XYZ | 31.74 | 17.53 | 25.75 | - |
| YUV | 107.27 | 145.35 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 138 | 0 | 0.76 | 0.34 | 0.18 | 326.58 | 0.63 | 0.51 |
| Hex | D0 | 32 | 8A | 0 | 4C | 22 | 12 | 147 | 3F | 33 |
| Octal | 320 | 62 | 212 | 0 | 114 | 42 | 22 | 507 | 77 | 63 |
| Binary | 11010000 | 110010 | 10001010 | 0 | 1001100 | 100010 | 10010 | 101000111 | 111111 | 110011 |
Color Harmonies of #D0328A
Complementary color
Monochromatic Colors of #D0328A
Black with #D0328A
Text Example
Text Example
White with #D0328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0328A; }
p { color: rgb(208,50,138); }
H1.HeaderClassName
{
color: #D0328A;
}
.AnyTagClassName
{
color: #D0328A;
}
</style>
background-color css
<style>
a { background-color: #D0328A; }
a { background-color: rgb(208,50,138); }
div.DivClassName
{
background-color: #D0328A;
}
.BgClassName
{
background-color: #D0328A;
}
</style>
border-color css
<style>
span { border-color: #D0328A; }
span { border-color: rgb(208,50,138); }
td.TdClassName
{
border-color: #D0328A;
}
.TagClassName
{
border-color: #D0328A;
}
</style>