Shades of Deep Cerise #D5268D
Tints of Deep Cerise #D5268D
RGB
CMYK
RGB Variations
Color information
#D5268D (or 0xD5268D) is known color: Deep Cerise. HEX triplet: D5, 26 and 8D. RGB value is (213,38,141). Sum of RGB (Red+Green+Blue) = 213+38+141=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5268D is #2AD972. Grayscale: #656565. Windows color (decimal): -2808179 or 9250517. OLE color: 9250517.
HSL color Cylindrical-coordinate representation of color #D5268D: hue angle of 324.69º degrees, saturation: 0.7, 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 #D5268D is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 141 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.16 |
| HSL | 324.69º | 0.7% | 0.49% | - |
| HSV(B) | 324.69º | 0.82% | 0.84% | - |
| XYZ | 32.94 | 17.46 | 26.83 | - |
| YUV | 102.07 | 149.98 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 141 | 0 | 0.82 | 0.34 | 0.16 | 324.69 | 0.7 | 0.49 |
| Hex | D5 | 26 | 8D | 0 | 52 | 22 | 10 | 145 | 46 | 31 |
| Octal | 325 | 46 | 215 | 0 | 122 | 42 | 20 | 505 | 106 | 61 |
| Binary | 11010101 | 100110 | 10001101 | 0 | 1010010 | 100010 | 10000 | 101000101 | 1000110 | 110001 |
Color Harmonies of #D5268D
Complementary color
Monochromatic Colors of #D5268D
Black with #D5268D
Text Example
Text Example
White with #D5268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5268D; }
p { color: rgb(213,38,141); }
H1.HeaderClassName
{
color: #D5268D;
}
.AnyTagClassName
{
color: #D5268D;
}
</style>
background-color css
<style>
a { background-color: #D5268D; }
a { background-color: rgb(213,38,141); }
div.DivClassName
{
background-color: #D5268D;
}
.BgClassName
{
background-color: #D5268D;
}
</style>
border-color css
<style>
span { border-color: #D5268D; }
span { border-color: rgb(213,38,141); }
td.TdClassName
{
border-color: #D5268D;
}
.TagClassName
{
border-color: #D5268D;
}
</style>