Shades of Brilliant Rose #DE47AF
Tints of Brilliant Rose #DE47AF
RGB
CMYK
RGB Variations
Color information
#DE47AF (or 0xDE47AF) is known color: Brilliant Rose. HEX triplet: DE, 47 and AF. RGB value is (222,71,175). Sum of RGB (Red+Green+Blue) = 222+71+175=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DE47AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE47AF is #21B850. Grayscale: #7F7F7F. Windows color (decimal): -2209873 or 11487198. OLE color: 11487198.
HSL color Cylindrical-coordinate representation of color #DE47AF: hue angle of 318.68º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE47AF is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 71 | 175 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.13 |
| HSL | 318.68º | 0.7% | 0.57% | - |
| HSV(B) | 318.68º | 0.68% | 0.87% | - |
| XYZ | 40.12 | 23.13 | 42.91 | - |
| YUV | 128.01 | 154.53 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 71 | 175 | 0 | 0.68 | 0.21 | 0.13 | 318.68 | 0.7 | 0.57 |
| Hex | DE | 47 | AF | 0 | 44 | 15 | D | 13F | 46 | 39 |
| Octal | 336 | 107 | 257 | 0 | 104 | 25 | 15 | 477 | 106 | 71 |
| Binary | 11011110 | 1000111 | 10101111 | 0 | 1000100 | 10101 | 1101 | 100111111 | 1000110 | 111001 |
Color Harmonies of #DE47AF
Complementary color
Monochromatic Colors of #DE47AF
Black with #DE47AF
Text Example
Text Example
White with #DE47AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE47AF; }
p { color: rgb(222,71,175); }
H1.HeaderClassName
{
color: #DE47AF;
}
.AnyTagClassName
{
color: #DE47AF;
}
</style>
background-color css
<style>
a { background-color: #DE47AF; }
a { background-color: rgb(222,71,175); }
div.DivClassName
{
background-color: #DE47AF;
}
.BgClassName
{
background-color: #DE47AF;
}
</style>
border-color css
<style>
span { border-color: #DE47AF; }
span { border-color: rgb(222,71,175); }
td.TdClassName
{
border-color: #DE47AF;
}
.TagClassName
{
border-color: #DE47AF;
}
</style>