Shades of Razzle Dazzle Rose #DF3BBE
Tints of Razzle Dazzle Rose #DF3BBE
RGB
CMYK
RGB Variations
Color information
#DF3BBE (or 0xDF3BBE) is known color: Razzle Dazzle Rose. HEX triplet: DF, 3B and BE. RGB value is (223,59,190). Sum of RGB (Red+Green+Blue) = 223+59+190=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 59 (23.44% from 255 or 12.5% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3BBE is #20C441. Grayscale: #7A7A7A. Windows color (decimal): -2147394 or 12467167. OLE color: 12467167.
HSL color Cylindrical-coordinate representation of color #DF3BBE: hue angle of 312.07º 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 #DF3BBE is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 190 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.13 |
| HSL | 312.07º | 0.72% | 0.55% | - |
| HSV(B) | 312.07º | 0.74% | 0.87% | - |
| XYZ | 41.29 | 22.53 | 50.89 | - |
| YUV | 122.97 | 165.83 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 190 | 0 | 0.74 | 0.15 | 0.13 | 312.07 | 0.72 | 0.55 |
| Hex | DF | 3B | BE | 0 | 4A | F | D | 138 | 48 | 37 |
| Octal | 337 | 73 | 276 | 0 | 112 | 17 | 15 | 470 | 110 | 67 |
| Binary | 11011111 | 111011 | 10111110 | 0 | 1001010 | 1111 | 1101 | 100111000 | 1001000 | 110111 |
Color Harmonies of #DF3BBE
Complementary color
Monochromatic Colors of #DF3BBE
Black with #DF3BBE
Text Example
Text Example
White with #DF3BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3BBE; }
p { color: rgb(223,59,190); }
H1.HeaderClassName
{
color: #DF3BBE;
}
.AnyTagClassName
{
color: #DF3BBE;
}
</style>
background-color css
<style>
a { background-color: #DF3BBE; }
a { background-color: rgb(223,59,190); }
div.DivClassName
{
background-color: #DF3BBE;
}
.BgClassName
{
background-color: #DF3BBE;
}
</style>
border-color css
<style>
span { border-color: #DF3BBE; }
span { border-color: rgb(223,59,190); }
td.TdClassName
{
border-color: #DF3BBE;
}
.TagClassName
{
border-color: #DF3BBE;
}
</style>