Shades of Razzle Dazzle Rose #DF34C3
Tints of Razzle Dazzle Rose #DF34C3
RGB
CMYK
RGB Variations
Color information
#DF34C3 (or 0xDF34C3) is known color: Razzle Dazzle Rose. HEX triplet: DF, 34 and C3. RGB value is (223,52,195). Sum of RGB (Red+Green+Blue) = 223+52+195=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 52 (20.70% from 255 or 11.06% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF34C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF34C3 is #20CB3C. Grayscale: #777777. Windows color (decimal): -2149181 or 12793055. OLE color: 12793055.
HSL color Cylindrical-coordinate representation of color #DF34C3: hue angle of 309.82º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF34C3 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 195 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.13 |
| HSL | 309.82º | 0.73% | 0.54% | - |
| HSV(B) | 309.82º | 0.77% | 0.87% | - |
| XYZ | 41.51 | 22.08 | 53.7 | - |
| YUV | 119.43 | 170.65 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 195 | 0 | 0.77 | 0.13 | 0.13 | 309.82 | 0.73 | 0.54 |
| Hex | DF | 34 | C3 | 0 | 4D | D | D | 136 | 49 | 36 |
| Octal | 337 | 64 | 303 | 0 | 115 | 15 | 15 | 466 | 111 | 66 |
| Binary | 11011111 | 110100 | 11000011 | 0 | 1001101 | 1101 | 1101 | 100110110 | 1001001 | 110110 |
Color Harmonies of #DF34C3
Complementary color
Monochromatic Colors of #DF34C3
Black with #DF34C3
Text Example
Text Example
White with #DF34C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF34C3; }
p { color: rgb(223,52,195); }
H1.HeaderClassName
{
color: #DF34C3;
}
.AnyTagClassName
{
color: #DF34C3;
}
</style>
background-color css
<style>
a { background-color: #DF34C3; }
a { background-color: rgb(223,52,195); }
div.DivClassName
{
background-color: #DF34C3;
}
.BgClassName
{
background-color: #DF34C3;
}
</style>
border-color css
<style>
span { border-color: #DF34C3; }
span { border-color: rgb(223,52,195); }
td.TdClassName
{
border-color: #DF34C3;
}
.TagClassName
{
border-color: #DF34C3;
}
</style>