Shades of Razzle Dazzle Rose #DF3DB3
Tints of Razzle Dazzle Rose #DF3DB3
RGB
CMYK
RGB Variations
Color information
#DF3DB3 (or 0xDF3DB3) is known color: Razzle Dazzle Rose. HEX triplet: DF, 3D and B3. RGB value is (223,61,179). Sum of RGB (Red+Green+Blue) = 223+61+179=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3DB3 is #20C24C. Grayscale: #7A7A7A. Windows color (decimal): -2146893 or 11746783. OLE color: 11746783.
HSL color Cylindrical-coordinate representation of color #DF3DB3: hue angle of 316.3º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3DB3 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 179 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.13 |
| HSL | 316.3º | 0.72% | 0.56% | - |
| HSV(B) | 316.3º | 0.73% | 0.87% | - |
| XYZ | 40.24 | 22.28 | 44.83 | - |
| YUV | 122.89 | 159.67 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 179 | 0 | 0.73 | 0.20 | 0.13 | 316.3 | 0.72 | 0.56 |
| Hex | DF | 3D | B3 | 0 | 49 | 14 | D | 13C | 48 | 38 |
| Octal | 337 | 75 | 263 | 0 | 111 | 24 | 15 | 474 | 110 | 70 |
| Binary | 11011111 | 111101 | 10110011 | 0 | 1001001 | 10100 | 1101 | 100111100 | 1001000 | 111000 |
Color Harmonies of #DF3DB3
Complementary color
Monochromatic Colors of #DF3DB3
Black with #DF3DB3
Text Example
Text Example
White with #DF3DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3DB3; }
p { color: rgb(223,61,179); }
H1.HeaderClassName
{
color: #DF3DB3;
}
.AnyTagClassName
{
color: #DF3DB3;
}
</style>
background-color css
<style>
a { background-color: #DF3DB3; }
a { background-color: rgb(223,61,179); }
div.DivClassName
{
background-color: #DF3DB3;
}
.BgClassName
{
background-color: #DF3DB3;
}
</style>
border-color css
<style>
span { border-color: #DF3DB3; }
span { border-color: rgb(223,61,179); }
td.TdClassName
{
border-color: #DF3DB3;
}
.TagClassName
{
border-color: #DF3DB3;
}
</style>