Shades of Razzle Dazzle Rose #DF3DBA
Tints of Razzle Dazzle Rose #DF3DBA
RGB
CMYK
RGB Variations
Color information
#DF3DBA (or 0xDF3DBA) is known color: Razzle Dazzle Rose. HEX triplet: DF, 3D and BA. RGB value is (223,61,186). Sum of RGB (Red+Green+Blue) = 223+61+186=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3DBA is #20C245. Grayscale: #7B7B7B. Windows color (decimal): -2146886 or 12205535. OLE color: 12205535.
HSL color Cylindrical-coordinate representation of color #DF3DBA: hue angle of 313.7º 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 #DF3DBA is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 186 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.13 |
| HSL | 313.7º | 0.72% | 0.56% | - |
| HSV(B) | 313.7º | 0.73% | 0.87% | - |
| XYZ | 40.96 | 22.57 | 48.65 | - |
| YUV | 123.69 | 163.17 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 186 | 0 | 0.73 | 0.17 | 0.13 | 313.7 | 0.72 | 0.56 |
| Hex | DF | 3D | BA | 0 | 49 | 11 | D | 13A | 48 | 38 |
| Octal | 337 | 75 | 272 | 0 | 111 | 21 | 15 | 472 | 110 | 70 |
| Binary | 11011111 | 111101 | 10111010 | 0 | 1001001 | 10001 | 1101 | 100111010 | 1001000 | 111000 |
Color Harmonies of #DF3DBA
Complementary color
Monochromatic Colors of #DF3DBA
Black with #DF3DBA
Text Example
Text Example
White with #DF3DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3DBA; }
p { color: rgb(223,61,186); }
H1.HeaderClassName
{
color: #DF3DBA;
}
.AnyTagClassName
{
color: #DF3DBA;
}
</style>
background-color css
<style>
a { background-color: #DF3DBA; }
a { background-color: rgb(223,61,186); }
div.DivClassName
{
background-color: #DF3DBA;
}
.BgClassName
{
background-color: #DF3DBA;
}
</style>
border-color css
<style>
span { border-color: #DF3DBA; }
span { border-color: rgb(223,61,186); }
td.TdClassName
{
border-color: #DF3DBA;
}
.TagClassName
{
border-color: #DF3DBA;
}
</style>