Shades of Deep Cerise #D5307D
Tints of Deep Cerise #D5307D
RGB
CMYK
RGB Variations
Color information
#D5307D (or 0xD5307D) is known color: Deep Cerise. HEX triplet: D5, 30 and 7D. RGB value is (213,48,125). Sum of RGB (Red+Green+Blue) = 213+48+125=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D5307D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5307D is #2ACF82. Grayscale: #696969. Windows color (decimal): -2805635 or 8204501. OLE color: 8204501.
HSL color Cylindrical-coordinate representation of color #D5307D: hue angle of 332º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5307D is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 125 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.16 |
| HSL | 332º | 0.66% | 0.51% | - |
| HSV(B) | 332º | 0.77% | 0.84% | - |
| XYZ | 32.2 | 17.74 | 21.13 | - |
| YUV | 106.11 | 138.66 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 125 | 0 | 0.77 | 0.41 | 0.16 | 332 | 0.66 | 0.51 |
| Hex | D5 | 30 | 7D | 0 | 4D | 29 | 10 | 14C | 42 | 33 |
| Octal | 325 | 60 | 175 | 0 | 115 | 51 | 20 | 514 | 102 | 63 |
| Binary | 11010101 | 110000 | 1111101 | 0 | 1001101 | 101001 | 10000 | 101001100 | 1000010 | 110011 |
Color Harmonies of #D5307D
Complementary color
Monochromatic Colors of #D5307D
Black with #D5307D
Text Example
Text Example
White with #D5307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5307D; }
p { color: rgb(213,48,125); }
H1.HeaderClassName
{
color: #D5307D;
}
.AnyTagClassName
{
color: #D5307D;
}
</style>
background-color css
<style>
a { background-color: #D5307D; }
a { background-color: rgb(213,48,125); }
div.DivClassName
{
background-color: #D5307D;
}
.BgClassName
{
background-color: #D5307D;
}
</style>
border-color css
<style>
span { border-color: #D5307D; }
span { border-color: rgb(213,48,125); }
td.TdClassName
{
border-color: #D5307D;
}
.TagClassName
{
border-color: #D5307D;
}
</style>