Shades of Deep Cerise #D4277A
Tints of Deep Cerise #D4277A
RGB
CMYK
RGB Variations
Color information
#D4277A (or 0xD4277A) is known color: Deep Cerise. HEX triplet: D4, 27 and 7A. RGB value is (212,39,122). Sum of RGB (Red+Green+Blue) = 212+39+122=373 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.84% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 212 - color contains mainly: red. Hex color #D4277A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4277A is #2BD885. Grayscale: #646464. Windows color (decimal): -2873478 or 8005588. OLE color: 8005588.
HSL color Cylindrical-coordinate representation of color #D4277A: hue angle of 331.21º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4277A is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 39 | 122 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.17 |
| HSL | 331.21º | 0.69% | 0.49% | - |
| HSV(B) | 331.21º | 0.82% | 0.83% | - |
| XYZ | 31.39 | 16.85 | 20.01 | - |
| YUV | 100.19 | 140.31 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 122 | 0 | 0.82 | 0.42 | 0.17 | 331.21 | 0.69 | 0.49 |
| Hex | D4 | 27 | 7A | 0 | 52 | 2A | 11 | 14B | 45 | 31 |
| Octal | 324 | 47 | 172 | 0 | 122 | 52 | 21 | 513 | 105 | 61 |
| Binary | 11010100 | 100111 | 1111010 | 0 | 1010010 | 101010 | 10001 | 101001011 | 1000101 | 110001 |
Color Harmonies of #D4277A
Complementary color
Monochromatic Colors of #D4277A
Black with #D4277A
Text Example
Text Example
White with #D4277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4277A; }
p { color: rgb(212,39,122); }
H1.HeaderClassName
{
color: #D4277A;
}
.AnyTagClassName
{
color: #D4277A;
}
</style>
background-color css
<style>
a { background-color: #D4277A; }
a { background-color: rgb(212,39,122); }
div.DivClassName
{
background-color: #D4277A;
}
.BgClassName
{
background-color: #D4277A;
}
</style>
border-color css
<style>
span { border-color: #D4277A; }
span { border-color: rgb(212,39,122); }
td.TdClassName
{
border-color: #D4277A;
}
.TagClassName
{
border-color: #D4277A;
}
</style>