Shades of Deep Cerise #D632A3
Tints of Deep Cerise #D632A3
RGB
CMYK
RGB Variations
Color information
#D632A3 (or 0xD632A3) is known color: Deep Cerise. HEX triplet: D6, 32 and A3. RGB value is (214,50,163). Sum of RGB (Red+Green+Blue) = 214+50+163=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 163 (64.06% from 255 or 38.17% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D632A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D632A3 is #29CD5C. Grayscale: #6F6F6F. Windows color (decimal): -2739549 or 10695382. OLE color: 10695382.
HSL color Cylindrical-coordinate representation of color #D632A3: hue angle of 318.66º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D632A3 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 163 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.16 |
| HSL | 318.66º | 0.67% | 0.52% | - |
| HSV(B) | 318.66º | 0.77% | 0.84% | - |
| XYZ | 35.48 | 19.22 | 36.49 | - |
| YUV | 111.92 | 156.83 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 163 | 0 | 0.77 | 0.24 | 0.16 | 318.66 | 0.67 | 0.52 |
| Hex | D6 | 32 | A3 | 0 | 4D | 18 | 10 | 13F | 43 | 34 |
| Octal | 326 | 62 | 243 | 0 | 115 | 30 | 20 | 477 | 103 | 64 |
| Binary | 11010110 | 110010 | 10100011 | 0 | 1001101 | 11000 | 10000 | 100111111 | 1000011 | 110100 |
Color Harmonies of #D632A3
Complementary color
Monochromatic Colors of #D632A3
Black with #D632A3
Text Example
Text Example
White with #D632A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D632A3; }
p { color: rgb(214,50,163); }
H1.HeaderClassName
{
color: #D632A3;
}
.AnyTagClassName
{
color: #D632A3;
}
</style>
background-color css
<style>
a { background-color: #D632A3; }
a { background-color: rgb(214,50,163); }
div.DivClassName
{
background-color: #D632A3;
}
.BgClassName
{
background-color: #D632A3;
}
</style>
border-color css
<style>
span { border-color: #D632A3; }
span { border-color: rgb(214,50,163); }
td.TdClassName
{
border-color: #D632A3;
}
.TagClassName
{
border-color: #D632A3;
}
</style>