Shades of Deep Cerise #D53D93
Tints of Deep Cerise #D53D93
RGB
CMYK
RGB Variations
Color information
#D53D93 (or 0xD53D93) is known color: Deep Cerise. HEX triplet: D5, 3D and 93. RGB value is (213,61,147). Sum of RGB (Red+Green+Blue) = 213+61+147=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53D93 is #2AC26C. Grayscale: #747474. Windows color (decimal): -2802285 or 9649621. OLE color: 9649621.
HSL color Cylindrical-coordinate representation of color #D53D93: hue angle of 326.05º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53D93 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 61 | 147 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.16 |
| HSL | 326.05º | 0.64% | 0.54% | - |
| HSV(B) | 326.05º | 0.71% | 0.84% | - |
| XYZ | 34.38 | 19.59 | 29.57 | - |
| YUV | 116.25 | 145.36 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 61 | 147 | 0 | 0.71 | 0.31 | 0.16 | 326.05 | 0.64 | 0.54 |
| Hex | D5 | 3D | 93 | 0 | 47 | 1F | 10 | 146 | 40 | 36 |
| Octal | 325 | 75 | 223 | 0 | 107 | 37 | 20 | 506 | 100 | 66 |
| Binary | 11010101 | 111101 | 10010011 | 0 | 1000111 | 11111 | 10000 | 101000110 | 1000000 | 110110 |
Color Harmonies of #D53D93
Complementary color
Monochromatic Colors of #D53D93
Black with #D53D93
Text Example
Text Example
White with #D53D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53D93; }
p { color: rgb(213,61,147); }
H1.HeaderClassName
{
color: #D53D93;
}
.AnyTagClassName
{
color: #D53D93;
}
</style>
background-color css
<style>
a { background-color: #D53D93; }
a { background-color: rgb(213,61,147); }
div.DivClassName
{
background-color: #D53D93;
}
.BgClassName
{
background-color: #D53D93;
}
</style>
border-color css
<style>
span { border-color: #D53D93; }
span { border-color: rgb(213,61,147); }
td.TdClassName
{
border-color: #D53D93;
}
.TagClassName
{
border-color: #D53D93;
}
</style>