Shades of Razzle Dazzle Rose #DF2BD4
Tints of Razzle Dazzle Rose #DF2BD4
RGB
CMYK
RGB Variations
Color information
#DF2BD4 (or 0xDF2BD4) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2B and D4. RGB value is (223,43,212). Sum of RGB (Red+Green+Blue) = 223+43+212=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 43 (17.19% from 255 or 9.00% from 478); Blue value is 212 (83.20% from 255 or 44.35% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2BD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2BD4 is #20D42B. Grayscale: #737373. Windows color (decimal): -2151468 or 13904863. OLE color: 13904863.
HSL color Cylindrical-coordinate representation of color #DF2BD4: hue angle of 303.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2BD4 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 212 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.13 |
| HSL | 303.67º | 0.74% | 0.52% | - |
| HSV(B) | 303.67º | 0.81% | 0.87% | - |
| XYZ | 43.18 | 22.17 | 64.29 | - |
| YUV | 116.09 | 182.13 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 212 | 0 | 0.81 | 0.05 | 0.13 | 303.67 | 0.74 | 0.52 |
| Hex | DF | 2B | D4 | 0 | 51 | 5 | D | 130 | 4A | 34 |
| Octal | 337 | 53 | 324 | 0 | 121 | 5 | 15 | 460 | 112 | 64 |
| Binary | 11011111 | 101011 | 11010100 | 0 | 1010001 | 101 | 1101 | 100110000 | 1001010 | 110100 |
Color Harmonies of #DF2BD4
Complementary color
Monochromatic Colors of #DF2BD4
Black with #DF2BD4
Text Example
Text Example
White with #DF2BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2BD4; }
p { color: rgb(223,43,212); }
H1.HeaderClassName
{
color: #DF2BD4;
}
.AnyTagClassName
{
color: #DF2BD4;
}
</style>
background-color css
<style>
a { background-color: #DF2BD4; }
a { background-color: rgb(223,43,212); }
div.DivClassName
{
background-color: #DF2BD4;
}
.BgClassName
{
background-color: #DF2BD4;
}
</style>
border-color css
<style>
span { border-color: #DF2BD4; }
span { border-color: rgb(223,43,212); }
td.TdClassName
{
border-color: #DF2BD4;
}
.TagClassName
{
border-color: #DF2BD4;
}
</style>