Shades of Razzle Dazzle Rose #DF3BBD
Tints of Razzle Dazzle Rose #DF3BBD
RGB
CMYK
RGB Variations
Color information
#DF3BBD (or 0xDF3BBD) is known color: Razzle Dazzle Rose. HEX triplet: DF, 3B and BD. RGB value is (223,59,189). Sum of RGB (Red+Green+Blue) = 223+59+189=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3BBD is #20C442. Grayscale: #7A7A7A. Windows color (decimal): -2147395 or 12401631. OLE color: 12401631.
HSL color Cylindrical-coordinate representation of color #DF3BBD: hue angle of 312.44º 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 #DF3BBD is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 189 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.13 |
| HSL | 312.44º | 0.72% | 0.55% | - |
| HSV(B) | 312.44º | 0.74% | 0.87% | - |
| XYZ | 41.18 | 22.49 | 50.31 | - |
| YUV | 122.86 | 165.33 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 189 | 0 | 0.74 | 0.15 | 0.13 | 312.44 | 0.72 | 0.55 |
| Hex | DF | 3B | BD | 0 | 4A | F | D | 138 | 48 | 37 |
| Octal | 337 | 73 | 275 | 0 | 112 | 17 | 15 | 470 | 110 | 67 |
| Binary | 11011111 | 111011 | 10111101 | 0 | 1001010 | 1111 | 1101 | 100111000 | 1001000 | 110111 |
Color Harmonies of #DF3BBD
Complementary color
Monochromatic Colors of #DF3BBD
Black with #DF3BBD
Text Example
Text Example
White with #DF3BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3BBD; }
p { color: rgb(223,59,189); }
H1.HeaderClassName
{
color: #DF3BBD;
}
.AnyTagClassName
{
color: #DF3BBD;
}
</style>
background-color css
<style>
a { background-color: #DF3BBD; }
a { background-color: rgb(223,59,189); }
div.DivClassName
{
background-color: #DF3BBD;
}
.BgClassName
{
background-color: #DF3BBD;
}
</style>
border-color css
<style>
span { border-color: #DF3BBD; }
span { border-color: rgb(223,59,189); }
td.TdClassName
{
border-color: #DF3BBD;
}
.TagClassName
{
border-color: #DF3BBD;
}
</style>