Shades of Razzle Dazzle Rose #DF2FE1
Tints of Razzle Dazzle Rose #DF2FE1
RGB
CMYK
RGB Variations
Color information
#DF2FE1 (or 0xDF2FE1) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2F and E1. RGB value is (223,47,225). Sum of RGB (Red+Green+Blue) = 223+47+225=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 47 (18.75% from 255 or 9.49% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF2FE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2FE1 is #20D01E. Grayscale: #777777. Windows color (decimal): -2150431 or 14757855. OLE color: 14757855.
HSL color Cylindrical-coordinate representation of color #DF2FE1: hue angle of 299.33º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2FE1 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 47 | 225 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.12 |
| HSL | 299.33º | 0.75% | 0.53% | - |
| HSV(B) | 299.33º | 0.79% | 0.88% | - |
| XYZ | 45.04 | 23.16 | 73.33 | - |
| YUV | 119.92 | 187.31 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 47 | 225 | 0.01 | 0.79 | 0 | 0.12 | 299.33 | 0.75 | 0.53 |
| Hex | DF | 2F | E1 | 1 | 4F | 0 | C | 12B | 4B | 35 |
| Octal | 337 | 57 | 341 | 1 | 117 | 0 | 14 | 453 | 113 | 65 |
| Binary | 11011111 | 101111 | 11100001 | 1 | 1001111 | 0 | 1100 | 100101011 | 1001011 | 110101 |
Color Harmonies of #DF2FE1
Complementary color
Monochromatic Colors of #DF2FE1
Black with #DF2FE1
Text Example
Text Example
White with #DF2FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2FE1; }
p { color: rgb(223,47,225); }
H1.HeaderClassName
{
color: #DF2FE1;
}
.AnyTagClassName
{
color: #DF2FE1;
}
</style>
background-color css
<style>
a { background-color: #DF2FE1; }
a { background-color: rgb(223,47,225); }
div.DivClassName
{
background-color: #DF2FE1;
}
.BgClassName
{
background-color: #DF2FE1;
}
</style>
border-color css
<style>
span { border-color: #DF2FE1; }
span { border-color: rgb(223,47,225); }
td.TdClassName
{
border-color: #DF2FE1;
}
.TagClassName
{
border-color: #DF2FE1;
}
</style>