Shades of Brilliant Rose #DE51A8
Tints of Brilliant Rose #DE51A8
RGB
CMYK
RGB Variations
Color information
#DE51A8 (or 0xDE51A8) is known color: Brilliant Rose. HEX triplet: DE, 51 and A8. RGB value is (222,81,168). Sum of RGB (Red+Green+Blue) = 222+81+168=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DE51A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE51A8 is #21AE57. Grayscale: #848484. Windows color (decimal): -2207320 or 11031006. OLE color: 11031006.
HSL color Cylindrical-coordinate representation of color #DE51A8: hue angle of 322.98º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE51A8 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 81 | 168 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.13 |
| HSL | 322.98º | 0.68% | 0.59% | - |
| HSV(B) | 322.98º | 0.64% | 0.87% | - |
| XYZ | 40.13 | 24.24 | 39.61 | - |
| YUV | 133.08 | 147.71 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 81 | 168 | 0 | 0.64 | 0.24 | 0.13 | 322.98 | 0.68 | 0.59 |
| Hex | DE | 51 | A8 | 0 | 40 | 18 | D | 143 | 44 | 3B |
| Octal | 336 | 121 | 250 | 0 | 100 | 30 | 15 | 503 | 104 | 73 |
| Binary | 11011110 | 1010001 | 10101000 | 0 | 1000000 | 11000 | 1101 | 101000011 | 1000100 | 111011 |
Color Harmonies of #DE51A8
Complementary color
Monochromatic Colors of #DE51A8
Black with #DE51A8
Text Example
Text Example
White with #DE51A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE51A8; }
p { color: rgb(222,81,168); }
H1.HeaderClassName
{
color: #DE51A8;
}
.AnyTagClassName
{
color: #DE51A8;
}
</style>
background-color css
<style>
a { background-color: #DE51A8; }
a { background-color: rgb(222,81,168); }
div.DivClassName
{
background-color: #DE51A8;
}
.BgClassName
{
background-color: #DE51A8;
}
</style>
border-color css
<style>
span { border-color: #DE51A8; }
span { border-color: rgb(222,81,168); }
td.TdClassName
{
border-color: #DE51A8;
}
.TagClassName
{
border-color: #DE51A8;
}
</style>