Shades of Razzle Dazzle Rose #DF38CE
Tints of Razzle Dazzle Rose #DF38CE
RGB
CMYK
RGB Variations
Color information
#DF38CE (or 0xDF38CE) is known color: Razzle Dazzle Rose. HEX triplet: DF, 38 and CE. RGB value is (223,56,206). Sum of RGB (Red+Green+Blue) = 223+56+206=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 56 (22.27% from 255 or 11.55% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF38CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF38CE is #20C731. Grayscale: #7A7A7A. Windows color (decimal): -2148146 or 13514975. OLE color: 13514975.
HSL color Cylindrical-coordinate representation of color #DF38CE: hue angle of 306.11º 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 #DF38CE is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 206 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.13 |
| HSL | 306.11º | 0.72% | 0.55% | - |
| HSV(B) | 306.11º | 0.75% | 0.87% | - |
| XYZ | 42.99 | 22.97 | 60.56 | - |
| YUV | 123.03 | 174.83 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 206 | 0 | 0.75 | 0.08 | 0.13 | 306.11 | 0.72 | 0.55 |
| Hex | DF | 38 | CE | 0 | 4B | 8 | D | 132 | 48 | 37 |
| Octal | 337 | 70 | 316 | 0 | 113 | 10 | 15 | 462 | 110 | 67 |
| Binary | 11011111 | 111000 | 11001110 | 0 | 1001011 | 1000 | 1101 | 100110010 | 1001000 | 110111 |
Color Harmonies of #DF38CE
Complementary color
Monochromatic Colors of #DF38CE
Black with #DF38CE
Text Example
Text Example
White with #DF38CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF38CE; }
p { color: rgb(223,56,206); }
H1.HeaderClassName
{
color: #DF38CE;
}
.AnyTagClassName
{
color: #DF38CE;
}
</style>
background-color css
<style>
a { background-color: #DF38CE; }
a { background-color: rgb(223,56,206); }
div.DivClassName
{
background-color: #DF38CE;
}
.BgClassName
{
background-color: #DF38CE;
}
</style>
border-color css
<style>
span { border-color: #DF38CE; }
span { border-color: rgb(223,56,206); }
td.TdClassName
{
border-color: #DF38CE;
}
.TagClassName
{
border-color: #DF38CE;
}
</style>