Shades of Deep Cerise #D5377F
Tints of Deep Cerise #D5377F
RGB
CMYK
RGB Variations
Color information
#D5377F (or 0xD5377F) is known color: Deep Cerise. HEX triplet: D5, 37 and 7F. RGB value is (213,55,127). Sum of RGB (Red+Green+Blue) = 213+55+127=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D5377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5377F is #2AC880. Grayscale: #6E6E6E. Windows color (decimal): -2803841 or 8337365. OLE color: 8337365.
HSL color Cylindrical-coordinate representation of color #D5377F: hue angle of 332.66º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5377F is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 127 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.16 |
| HSL | 332.66º | 0.65% | 0.53% | - |
| HSV(B) | 332.66º | 0.74% | 0.84% | - |
| XYZ | 32.64 | 18.41 | 21.91 | - |
| YUV | 110.45 | 137.35 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 127 | 0 | 0.74 | 0.40 | 0.16 | 332.66 | 0.65 | 0.53 |
| Hex | D5 | 37 | 7F | 0 | 4A | 28 | 10 | 14D | 41 | 35 |
| Octal | 325 | 67 | 177 | 0 | 112 | 50 | 20 | 515 | 101 | 65 |
| Binary | 11010101 | 110111 | 1111111 | 0 | 1001010 | 101000 | 10000 | 101001101 | 1000001 | 110101 |
Color Harmonies of #D5377F
Complementary color
Monochromatic Colors of #D5377F
Black with #D5377F
Text Example
Text Example
White with #D5377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5377F; }
p { color: rgb(213,55,127); }
H1.HeaderClassName
{
color: #D5377F;
}
.AnyTagClassName
{
color: #D5377F;
}
</style>
background-color css
<style>
a { background-color: #D5377F; }
a { background-color: rgb(213,55,127); }
div.DivClassName
{
background-color: #D5377F;
}
.BgClassName
{
background-color: #D5377F;
}
</style>
border-color css
<style>
span { border-color: #D5377F; }
span { border-color: rgb(213,55,127); }
td.TdClassName
{
border-color: #D5377F;
}
.TagClassName
{
border-color: #D5377F;
}
</style>