Shades of Deep Cerise #D5348A
Tints of Deep Cerise #D5348A
RGB
CMYK
RGB Variations
Color information
#D5348A (or 0xD5348A) is known color: Deep Cerise. HEX triplet: D5, 34 and 8A. RGB value is (213,52,138). Sum of RGB (Red+Green+Blue) = 213+52+138=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5348A is #2ACB75. Grayscale: #6D6D6D. Windows color (decimal): -2804598 or 9057493. OLE color: 9057493.
HSL color Cylindrical-coordinate representation of color #D5348A: hue angle of 327.95º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5348A is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 138 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.16 |
| HSL | 327.95º | 0.66% | 0.52% | - |
| HSV(B) | 327.95º | 0.76% | 0.84% | - |
| XYZ | 33.26 | 18.44 | 25.85 | - |
| YUV | 109.94 | 143.84 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 138 | 0 | 0.76 | 0.35 | 0.16 | 327.95 | 0.66 | 0.52 |
| Hex | D5 | 34 | 8A | 0 | 4C | 23 | 10 | 148 | 42 | 34 |
| Octal | 325 | 64 | 212 | 0 | 114 | 43 | 20 | 510 | 102 | 64 |
| Binary | 11010101 | 110100 | 10001010 | 0 | 1001100 | 100011 | 10000 | 101001000 | 1000010 | 110100 |
Color Harmonies of #D5348A
Complementary color
Monochromatic Colors of #D5348A
Black with #D5348A
Text Example
Text Example
White with #D5348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5348A; }
p { color: rgb(213,52,138); }
H1.HeaderClassName
{
color: #D5348A;
}
.AnyTagClassName
{
color: #D5348A;
}
</style>
background-color css
<style>
a { background-color: #D5348A; }
a { background-color: rgb(213,52,138); }
div.DivClassName
{
background-color: #D5348A;
}
.BgClassName
{
background-color: #D5348A;
}
</style>
border-color css
<style>
span { border-color: #D5348A; }
span { border-color: rgb(213,52,138); }
td.TdClassName
{
border-color: #D5348A;
}
.TagClassName
{
border-color: #D5348A;
}
</style>