Shades of Razzle Dazzle Rose #DF3CB3
Tints of Razzle Dazzle Rose #DF3CB3
RGB
CMYK
RGB Variations
Color information
#DF3CB3 (or 0xDF3CB3) is known color: Razzle Dazzle Rose. HEX triplet: DF, 3C and B3. RGB value is (223,60,179). Sum of RGB (Red+Green+Blue) = 223+60+179=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3CB3 is #20C34C. Grayscale: #797979. Windows color (decimal): -2147149 or 11746527. OLE color: 11746527.
HSL color Cylindrical-coordinate representation of color #DF3CB3: hue angle of 316.2º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3CB3 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 60 | 179 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.13 |
| HSL | 316.2º | 0.72% | 0.55% | - |
| HSV(B) | 316.2º | 0.73% | 0.87% | - |
| XYZ | 40.18 | 22.17 | 44.81 | - |
| YUV | 122.3 | 160 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 60 | 179 | 0 | 0.73 | 0.20 | 0.13 | 316.2 | 0.72 | 0.55 |
| Hex | DF | 3C | B3 | 0 | 49 | 14 | D | 13C | 48 | 37 |
| Octal | 337 | 74 | 263 | 0 | 111 | 24 | 15 | 474 | 110 | 67 |
| Binary | 11011111 | 111100 | 10110011 | 0 | 1001001 | 10100 | 1101 | 100111100 | 1001000 | 110111 |
Color Harmonies of #DF3CB3
Complementary color
Monochromatic Colors of #DF3CB3
Black with #DF3CB3
Text Example
Text Example
White with #DF3CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3CB3; }
p { color: rgb(223,60,179); }
H1.HeaderClassName
{
color: #DF3CB3;
}
.AnyTagClassName
{
color: #DF3CB3;
}
</style>
background-color css
<style>
a { background-color: #DF3CB3; }
a { background-color: rgb(223,60,179); }
div.DivClassName
{
background-color: #DF3CB3;
}
.BgClassName
{
background-color: #DF3CB3;
}
</style>
border-color css
<style>
span { border-color: #DF3CB3; }
span { border-color: rgb(223,60,179); }
td.TdClassName
{
border-color: #DF3CB3;
}
.TagClassName
{
border-color: #DF3CB3;
}
</style>