Shades of Razzle Dazzle Rose #DF38C7
Tints of Razzle Dazzle Rose #DF38C7
RGB
CMYK
RGB Variations
Color information
#DF38C7 (or 0xDF38C7) is known color: Razzle Dazzle Rose. HEX triplet: DF, 38 and C7. RGB value is (223,56,199). Sum of RGB (Red+Green+Blue) = 223+56+199=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 56 (22.27% from 255 or 11.72% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF38C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF38C7 is #20C738. Grayscale: #797979. Windows color (decimal): -2148153 or 13056223. OLE color: 13056223.
HSL color Cylindrical-coordinate representation of color #DF38C7: hue angle of 308.62º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF38C7 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 199 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.13 |
| HSL | 308.62º | 0.72% | 0.55% | - |
| HSV(B) | 308.62º | 0.75% | 0.87% | - |
| XYZ | 42.15 | 22.64 | 56.18 | - |
| YUV | 122.24 | 171.33 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 199 | 0 | 0.75 | 0.11 | 0.13 | 308.62 | 0.72 | 0.55 |
| Hex | DF | 38 | C7 | 0 | 4B | B | D | 135 | 48 | 37 |
| Octal | 337 | 70 | 307 | 0 | 113 | 13 | 15 | 465 | 110 | 67 |
| Binary | 11011111 | 111000 | 11000111 | 0 | 1001011 | 1011 | 1101 | 100110101 | 1001000 | 110111 |
Color Harmonies of #DF38C7
Complementary color
Monochromatic Colors of #DF38C7
Black with #DF38C7
Text Example
Text Example
White with #DF38C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF38C7; }
p { color: rgb(223,56,199); }
H1.HeaderClassName
{
color: #DF38C7;
}
.AnyTagClassName
{
color: #DF38C7;
}
</style>
background-color css
<style>
a { background-color: #DF38C7; }
a { background-color: rgb(223,56,199); }
div.DivClassName
{
background-color: #DF38C7;
}
.BgClassName
{
background-color: #DF38C7;
}
</style>
border-color css
<style>
span { border-color: #DF38C7; }
span { border-color: rgb(223,56,199); }
td.TdClassName
{
border-color: #DF38C7;
}
.TagClassName
{
border-color: #DF38C7;
}
</style>