Shades of Razzle Dazzle Rose #DF3ABB
Tints of Razzle Dazzle Rose #DF3ABB
RGB
CMYK
RGB Variations
Color information
#DF3ABB (or 0xDF3ABB) is known color: Razzle Dazzle Rose. HEX triplet: DF, 3A and BB. RGB value is (223,58,187). Sum of RGB (Red+Green+Blue) = 223+58+187=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 58 (23.05% from 255 or 12.39% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3ABB is #20C544. Grayscale: #797979. Windows color (decimal): -2147653 or 12270303. OLE color: 12270303.
HSL color Cylindrical-coordinate representation of color #DF3ABB: hue angle of 313.09º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3ABB is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 58 | 187 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.13 |
| HSL | 313.09º | 0.72% | 0.55% | - |
| HSV(B) | 313.09º | 0.74% | 0.87% | - |
| XYZ | 40.91 | 22.3 | 49.16 | - |
| YUV | 122.04 | 164.66 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 58 | 187 | 0 | 0.74 | 0.16 | 0.13 | 313.09 | 0.72 | 0.55 |
| Hex | DF | 3A | BB | 0 | 4A | 10 | D | 139 | 48 | 37 |
| Octal | 337 | 72 | 273 | 0 | 112 | 20 | 15 | 471 | 110 | 67 |
| Binary | 11011111 | 111010 | 10111011 | 0 | 1001010 | 10000 | 1101 | 100111001 | 1001000 | 110111 |
Color Harmonies of #DF3ABB
Complementary color
Monochromatic Colors of #DF3ABB
Black with #DF3ABB
Text Example
Text Example
White with #DF3ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3ABB; }
p { color: rgb(223,58,187); }
H1.HeaderClassName
{
color: #DF3ABB;
}
.AnyTagClassName
{
color: #DF3ABB;
}
</style>
background-color css
<style>
a { background-color: #DF3ABB; }
a { background-color: rgb(223,58,187); }
div.DivClassName
{
background-color: #DF3ABB;
}
.BgClassName
{
background-color: #DF3ABB;
}
</style>
border-color css
<style>
span { border-color: #DF3ABB; }
span { border-color: rgb(223,58,187); }
td.TdClassName
{
border-color: #DF3ABB;
}
.TagClassName
{
border-color: #DF3ABB;
}
</style>