Shades of Deep Cerise #D54183
Tints of Deep Cerise #D54183
RGB
CMYK
RGB Variations
Color information
#D54183 (or 0xD54183) is known color: Deep Cerise. HEX triplet: D5, 41 and 83. RGB value is (213,65,131). Sum of RGB (Red+Green+Blue) = 213+65+131=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D54183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54183 is #2ABE7C. Grayscale: #747474. Windows color (decimal): -2801277 or 8602069. OLE color: 8602069.
HSL color Cylindrical-coordinate representation of color #D54183: hue angle of 333.24º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54183 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 131 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.16 |
| HSL | 333.24º | 0.64% | 0.55% | - |
| HSV(B) | 333.24º | 0.69% | 0.84% | - |
| XYZ | 33.43 | 19.57 | 23.49 | - |
| YUV | 116.78 | 136.03 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 131 | 0 | 0.69 | 0.38 | 0.16 | 333.24 | 0.64 | 0.55 |
| Hex | D5 | 41 | 83 | 0 | 45 | 26 | 10 | 14D | 40 | 37 |
| Octal | 325 | 101 | 203 | 0 | 105 | 46 | 20 | 515 | 100 | 67 |
| Binary | 11010101 | 1000001 | 10000011 | 0 | 1000101 | 100110 | 10000 | 101001101 | 1000000 | 110111 |
Color Harmonies of #D54183
Complementary color
Monochromatic Colors of #D54183
Black with #D54183
Text Example
Text Example
White with #D54183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54183; }
p { color: rgb(213,65,131); }
H1.HeaderClassName
{
color: #D54183;
}
.AnyTagClassName
{
color: #D54183;
}
</style>
background-color css
<style>
a { background-color: #D54183; }
a { background-color: rgb(213,65,131); }
div.DivClassName
{
background-color: #D54183;
}
.BgClassName
{
background-color: #D54183;
}
</style>
border-color css
<style>
span { border-color: #D54183; }
span { border-color: rgb(213,65,131); }
td.TdClassName
{
border-color: #D54183;
}
.TagClassName
{
border-color: #D54183;
}
</style>