Shades of Razzle Dazzle Rose #DF3CBD
Tints of Razzle Dazzle Rose #DF3CBD
RGB
CMYK
RGB Variations
Color information
#DF3CBD (or 0xDF3CBD) is known color: Razzle Dazzle Rose. HEX triplet: DF, 3C and BD. RGB value is (223,60,189). Sum of RGB (Red+Green+Blue) = 223+60+189=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3CBD is #20C342. Grayscale: #7B7B7B. Windows color (decimal): -2147139 or 12401887. OLE color: 12401887.
HSL color Cylindrical-coordinate representation of color #DF3CBD: hue angle of 312.52º 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 #DF3CBD is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 60 | 189 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.13 |
| HSL | 312.52º | 0.72% | 0.55% | - |
| HSV(B) | 312.52º | 0.73% | 0.87% | - |
| XYZ | 41.23 | 22.59 | 50.33 | - |
| YUV | 123.44 | 165 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 60 | 189 | 0 | 0.73 | 0.15 | 0.13 | 312.52 | 0.72 | 0.55 |
| Hex | DF | 3C | BD | 0 | 49 | F | D | 139 | 48 | 37 |
| Octal | 337 | 74 | 275 | 0 | 111 | 17 | 15 | 471 | 110 | 67 |
| Binary | 11011111 | 111100 | 10111101 | 0 | 1001001 | 1111 | 1101 | 100111001 | 1001000 | 110111 |
Color Harmonies of #DF3CBD
Complementary color
Monochromatic Colors of #DF3CBD
Black with #DF3CBD
Text Example
Text Example
White with #DF3CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3CBD; }
p { color: rgb(223,60,189); }
H1.HeaderClassName
{
color: #DF3CBD;
}
.AnyTagClassName
{
color: #DF3CBD;
}
</style>
background-color css
<style>
a { background-color: #DF3CBD; }
a { background-color: rgb(223,60,189); }
div.DivClassName
{
background-color: #DF3CBD;
}
.BgClassName
{
background-color: #DF3CBD;
}
</style>
border-color css
<style>
span { border-color: #DF3CBD; }
span { border-color: rgb(223,60,189); }
td.TdClassName
{
border-color: #DF3CBD;
}
.TagClassName
{
border-color: #DF3CBD;
}
</style>