Shades of Deep Cerise #D54281
Tints of Deep Cerise #D54281
RGB
CMYK
RGB Variations
Color information
#D54281 (or 0xD54281) is known color: Deep Cerise. HEX triplet: D5, 42 and 81. RGB value is (213,66,129). Sum of RGB (Red+Green+Blue) = 213+66+129=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D54281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54281 is #2ABD7E. Grayscale: #757575. Windows color (decimal): -2801023 or 8471253. OLE color: 8471253.
HSL color Cylindrical-coordinate representation of color #D54281: hue angle of 334.29º 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 #D54281 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 66 | 129 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.16 |
| HSL | 334.29º | 0.64% | 0.55% | - |
| HSV(B) | 334.29º | 0.69% | 0.84% | - |
| XYZ | 33.35 | 19.63 | 22.8 | - |
| YUV | 117.14 | 134.7 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 129 | 0 | 0.69 | 0.39 | 0.16 | 334.29 | 0.64 | 0.55 |
| Hex | D5 | 42 | 81 | 0 | 45 | 27 | 10 | 14E | 40 | 37 |
| Octal | 325 | 102 | 201 | 0 | 105 | 47 | 20 | 516 | 100 | 67 |
| Binary | 11010101 | 1000010 | 10000001 | 0 | 1000101 | 100111 | 10000 | 101001110 | 1000000 | 110111 |
Color Harmonies of #D54281
Complementary color
Monochromatic Colors of #D54281
Black with #D54281
Text Example
Text Example
White with #D54281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54281; }
p { color: rgb(213,66,129); }
H1.HeaderClassName
{
color: #D54281;
}
.AnyTagClassName
{
color: #D54281;
}
</style>
background-color css
<style>
a { background-color: #D54281; }
a { background-color: rgb(213,66,129); }
div.DivClassName
{
background-color: #D54281;
}
.BgClassName
{
background-color: #D54281;
}
</style>
border-color css
<style>
span { border-color: #D54281; }
span { border-color: rgb(213,66,129); }
td.TdClassName
{
border-color: #D54281;
}
.TagClassName
{
border-color: #D54281;
}
</style>