Shades of Razzle Dazzle Rose #FE2DD1
Tints of Razzle Dazzle Rose #FE2DD1
RGB
CMYK
RGB Variations
Color information
#FE2DD1 (or 0xFE2DD1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2D and D1. RGB value is (254,45,209). Sum of RGB (Red+Green+Blue) = 254+45+209=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 45 (17.97% from 255 or 8.86% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2DD1 is #01D22E. Grayscale: #7D7D7D. Windows color (decimal): -119343 or 13708798. OLE color: 13708798.
HSL color Cylindrical-coordinate representation of color #FE2DD1: hue angle of 312.92º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2DD1 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 209 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.00 |
| HSL | 312.92º | 0.99% | 0.59% | - |
| HSV(B) | 312.92º | 0.82% | 1% | - |
| XYZ | 53.32 | 27.55 | 62.83 | - |
| YUV | 126.19 | 174.74 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 209 | 0 | 0.82 | 0.18 | 0.00 | 312.92 | 0.99 | 0.59 |
| Hex | FE | 2D | D1 | 0 | 52 | 12 | 0 | 139 | 63 | 3B |
| Octal | 376 | 55 | 321 | 0 | 122 | 22 | 0 | 471 | 143 | 73 |
| Binary | 11111110 | 101101 | 11010001 | 0 | 1010010 | 10010 | 0 | 100111001 | 1100011 | 111011 |
Color Harmonies of #FE2DD1
Complementary color
Monochromatic Colors of #FE2DD1
Black with #FE2DD1
Text Example
Text Example
White with #FE2DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DD1; }
p { color: rgb(254,45,209); }
H1.HeaderClassName
{
color: #FE2DD1;
}
.AnyTagClassName
{
color: #FE2DD1;
}
</style>
background-color css
<style>
a { background-color: #FE2DD1; }
a { background-color: rgb(254,45,209); }
div.DivClassName
{
background-color: #FE2DD1;
}
.BgClassName
{
background-color: #FE2DD1;
}
</style>
border-color css
<style>
span { border-color: #FE2DD1; }
span { border-color: rgb(254,45,209); }
td.TdClassName
{
border-color: #FE2DD1;
}
.TagClassName
{
border-color: #FE2DD1;
}
</style>