Shades of Deep Cerise #D5277A
Tints of Deep Cerise #D5277A
RGB
CMYK
RGB Variations
Color information
#D5277A (or 0xD5277A) is known color: Deep Cerise. HEX triplet: D5, 27 and 7A. RGB value is (213,39,122). Sum of RGB (Red+Green+Blue) = 213+39+122=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5277A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5277A is #2AD885. Grayscale: #646464. Windows color (decimal): -2807942 or 8005589. OLE color: 8005589.
HSL color Cylindrical-coordinate representation of color #D5277A: hue angle of 331.38º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5277A is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 122 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.16 |
| HSL | 331.38º | 0.69% | 0.49% | - |
| HSV(B) | 331.38º | 0.82% | 0.84% | - |
| XYZ | 31.68 | 17 | 20.02 | - |
| YUV | 100.49 | 140.15 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 122 | 0 | 0.82 | 0.43 | 0.16 | 331.38 | 0.69 | 0.49 |
| Hex | D5 | 27 | 7A | 0 | 52 | 2B | 10 | 14B | 45 | 31 |
| Octal | 325 | 47 | 172 | 0 | 122 | 53 | 20 | 513 | 105 | 61 |
| Binary | 11010101 | 100111 | 1111010 | 0 | 1010010 | 101011 | 10000 | 101001011 | 1000101 | 110001 |
Color Harmonies of #D5277A
Complementary color
Monochromatic Colors of #D5277A
Black with #D5277A
Text Example
Text Example
White with #D5277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5277A; }
p { color: rgb(213,39,122); }
H1.HeaderClassName
{
color: #D5277A;
}
.AnyTagClassName
{
color: #D5277A;
}
</style>
background-color css
<style>
a { background-color: #D5277A; }
a { background-color: rgb(213,39,122); }
div.DivClassName
{
background-color: #D5277A;
}
.BgClassName
{
background-color: #D5277A;
}
</style>
border-color css
<style>
span { border-color: #D5277A; }
span { border-color: rgb(213,39,122); }
td.TdClassName
{
border-color: #D5277A;
}
.TagClassName
{
border-color: #D5277A;
}
</style>