Shades of Razzle Dazzle Rose #DF41B4
Tints of Razzle Dazzle Rose #DF41B4
RGB
CMYK
RGB Variations
Color information
#DF41B4 (or 0xDF41B4) is known color: Razzle Dazzle Rose. HEX triplet: DF, 41 and B4. RGB value is (223,65,180). Sum of RGB (Red+Green+Blue) = 223+65+180=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF41B4 is #20BE4B. Grayscale: #7D7D7D. Windows color (decimal): -2145868 or 11813343. OLE color: 11813343.
HSL color Cylindrical-coordinate representation of color #DF41B4: hue angle of 316.33º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF41B4 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 180 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.13 |
| HSL | 316.33º | 0.71% | 0.56% | - |
| HSV(B) | 316.33º | 0.71% | 0.87% | - |
| XYZ | 40.56 | 22.76 | 45.44 | - |
| YUV | 125.35 | 158.85 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 180 | 0 | 0.71 | 0.19 | 0.13 | 316.33 | 0.71 | 0.56 |
| Hex | DF | 41 | B4 | 0 | 47 | 13 | D | 13C | 47 | 38 |
| Octal | 337 | 101 | 264 | 0 | 107 | 23 | 15 | 474 | 107 | 70 |
| Binary | 11011111 | 1000001 | 10110100 | 0 | 1000111 | 10011 | 1101 | 100111100 | 1000111 | 111000 |
Color Harmonies of #DF41B4
Complementary color
Monochromatic Colors of #DF41B4
Black with #DF41B4
Text Example
Text Example
White with #DF41B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF41B4; }
p { color: rgb(223,65,180); }
H1.HeaderClassName
{
color: #DF41B4;
}
.AnyTagClassName
{
color: #DF41B4;
}
</style>
background-color css
<style>
a { background-color: #DF41B4; }
a { background-color: rgb(223,65,180); }
div.DivClassName
{
background-color: #DF41B4;
}
.BgClassName
{
background-color: #DF41B4;
}
</style>
border-color css
<style>
span { border-color: #DF41B4; }
span { border-color: rgb(223,65,180); }
td.TdClassName
{
border-color: #DF41B4;
}
.TagClassName
{
border-color: #DF41B4;
}
</style>