Shades of Hollywood Cerise #DF028B
Tints of Hollywood Cerise #DF028B
RGB
CMYK
RGB Variations
Color information
#DF028B (or 0xDF028B) is known color: Hollywood Cerise. HEX triplet: DF, 02 and 8B. RGB value is (223,2,139). Sum of RGB (Red+Green+Blue) = 223+2+139=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF028B is #20FD74. Grayscale: #535353. Windows color (decimal): -2162037 or 9110239. OLE color: 9110239.
HSL color Cylindrical-coordinate representation of color #DF028B: hue angle of 322.81º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF028B is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 139 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.13 |
| HSL | 322.81º | 0.98% | 0.44% | - |
| HSV(B) | 322.81º | 0.99% | 0.87% | - |
| XYZ | 35.11 | 17.6 | 25.97 | - |
| YUV | 83.7 | 159.22 | 227.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 139 | 0 | 0.99 | 0.38 | 0.13 | 322.81 | 0.98 | 0.44 |
| Hex | DF | 2 | 8B | 0 | 63 | 26 | D | 143 | 62 | 2C |
| Octal | 337 | 2 | 213 | 0 | 143 | 46 | 15 | 503 | 142 | 54 |
| Binary | 11011111 | 10 | 10001011 | 0 | 1100011 | 100110 | 1101 | 101000011 | 1100010 | 101100 |
Color Harmonies of #DF028B
Complementary color
Monochromatic Colors of #DF028B
Black with #DF028B
Text Example
Text Example
White with #DF028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF028B; }
p { color: rgb(223,2,139); }
H1.HeaderClassName
{
color: #DF028B;
}
.AnyTagClassName
{
color: #DF028B;
}
</style>
background-color css
<style>
a { background-color: #DF028B; }
a { background-color: rgb(223,2,139); }
div.DivClassName
{
background-color: #DF028B;
}
.BgClassName
{
background-color: #DF028B;
}
</style>
border-color css
<style>
span { border-color: #DF028B; }
span { border-color: rgb(223,2,139); }
td.TdClassName
{
border-color: #DF028B;
}
.TagClassName
{
border-color: #DF028B;
}
</style>