Shades of Hollywood Cerise #DF02B3
Tints of Hollywood Cerise #DF02B3
RGB
CMYK
RGB Variations
Color information
#DF02B3 (or 0xDF02B3) is known color: Hollywood Cerise. HEX triplet: DF, 02 and B3. RGB value is (223,2,179). Sum of RGB (Red+Green+Blue) = 223+2+179=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF02B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF02B3 is #20FD4C. Grayscale: #575757. Windows color (decimal): -2161997 or 11731679. OLE color: 11731679.
HSL color Cylindrical-coordinate representation of color #DF02B3: hue angle of 311.95º 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 #DF02B3 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 179 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.13 |
| HSL | 311.95º | 0.98% | 0.44% | - |
| HSV(B) | 311.95º | 0.99% | 0.87% | - |
| XYZ | 38.59 | 18.99 | 44.28 | - |
| YUV | 88.26 | 179.22 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 179 | 0 | 0.99 | 0.20 | 0.13 | 311.95 | 0.98 | 0.44 |
| Hex | DF | 2 | B3 | 0 | 63 | 14 | D | 138 | 62 | 2C |
| Octal | 337 | 2 | 263 | 0 | 143 | 24 | 15 | 470 | 142 | 54 |
| Binary | 11011111 | 10 | 10110011 | 0 | 1100011 | 10100 | 1101 | 100111000 | 1100010 | 101100 |
Color Harmonies of #DF02B3
Complementary color
Monochromatic Colors of #DF02B3
Black with #DF02B3
Text Example
Text Example
White with #DF02B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF02B3; }
p { color: rgb(223,2,179); }
H1.HeaderClassName
{
color: #DF02B3;
}
.AnyTagClassName
{
color: #DF02B3;
}
</style>
background-color css
<style>
a { background-color: #DF02B3; }
a { background-color: rgb(223,2,179); }
div.DivClassName
{
background-color: #DF02B3;
}
.BgClassName
{
background-color: #DF02B3;
}
</style>
border-color css
<style>
span { border-color: #DF02B3; }
span { border-color: rgb(223,2,179); }
td.TdClassName
{
border-color: #DF02B3;
}
.TagClassName
{
border-color: #DF02B3;
}
</style>