Shades of Razzle Dazzle Rose #DF3CBC
Tints of Razzle Dazzle Rose #DF3CBC
RGB
CMYK
RGB Variations
Color information
#DF3CBC (or 0xDF3CBC) is known color: Razzle Dazzle Rose. HEX triplet: DF, 3C and BC. RGB value is (223,60,188). Sum of RGB (Red+Green+Blue) = 223+60+188=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3CBC is #20C343. Grayscale: #7A7A7A. Windows color (decimal): -2147140 or 12336351. OLE color: 12336351.
HSL color Cylindrical-coordinate representation of color #DF3CBC: hue angle of 312.88º 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 #DF3CBC is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 60 | 188 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.13 |
| HSL | 312.88º | 0.72% | 0.55% | - |
| HSV(B) | 312.88º | 0.73% | 0.87% | - |
| XYZ | 41.12 | 22.55 | 49.76 | - |
| YUV | 123.33 | 164.5 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 60 | 188 | 0 | 0.73 | 0.16 | 0.13 | 312.88 | 0.72 | 0.55 |
| Hex | DF | 3C | BC | 0 | 49 | 10 | D | 139 | 48 | 37 |
| Octal | 337 | 74 | 274 | 0 | 111 | 20 | 15 | 471 | 110 | 67 |
| Binary | 11011111 | 111100 | 10111100 | 0 | 1001001 | 10000 | 1101 | 100111001 | 1001000 | 110111 |
Color Harmonies of #DF3CBC
Complementary color
Monochromatic Colors of #DF3CBC
Black with #DF3CBC
Text Example
Text Example
White with #DF3CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3CBC; }
p { color: rgb(223,60,188); }
H1.HeaderClassName
{
color: #DF3CBC;
}
.AnyTagClassName
{
color: #DF3CBC;
}
</style>
background-color css
<style>
a { background-color: #DF3CBC; }
a { background-color: rgb(223,60,188); }
div.DivClassName
{
background-color: #DF3CBC;
}
.BgClassName
{
background-color: #DF3CBC;
}
</style>
border-color css
<style>
span { border-color: #DF3CBC; }
span { border-color: rgb(223,60,188); }
td.TdClassName
{
border-color: #DF3CBC;
}
.TagClassName
{
border-color: #DF3CBC;
}
</style>