Shades of Razzle Dazzle Rose #FE2DD3
Tints of Razzle Dazzle Rose #FE2DD3
RGB
CMYK
RGB Variations
Color information
#FE2DD3 (or 0xFE2DD3) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2D and D3. RGB value is (254,45,211). Sum of RGB (Red+Green+Blue) = 254+45+211=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 45 (17.97% from 255 or 8.82% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2DD3 is #01D22C. Grayscale: #7D7D7D. Windows color (decimal): -119341 or 13839870. OLE color: 13839870.
HSL color Cylindrical-coordinate representation of color #FE2DD3: hue angle of 312.34º 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 #FE2DD3 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 211 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.00 |
| HSL | 312.34º | 0.99% | 0.59% | - |
| HSV(B) | 312.34º | 0.82% | 1% | - |
| XYZ | 53.57 | 27.65 | 64.14 | - |
| YUV | 126.42 | 175.74 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 211 | 0 | 0.82 | 0.17 | 0.00 | 312.34 | 0.99 | 0.59 |
| Hex | FE | 2D | D3 | 0 | 52 | 11 | 0 | 138 | 63 | 3B |
| Octal | 376 | 55 | 323 | 0 | 122 | 21 | 0 | 470 | 143 | 73 |
| Binary | 11111110 | 101101 | 11010011 | 0 | 1010010 | 10001 | 0 | 100111000 | 1100011 | 111011 |
Color Harmonies of #FE2DD3
Complementary color
Monochromatic Colors of #FE2DD3
Black with #FE2DD3
Text Example
Text Example
White with #FE2DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DD3; }
p { color: rgb(254,45,211); }
H1.HeaderClassName
{
color: #FE2DD3;
}
.AnyTagClassName
{
color: #FE2DD3;
}
</style>
background-color css
<style>
a { background-color: #FE2DD3; }
a { background-color: rgb(254,45,211); }
div.DivClassName
{
background-color: #FE2DD3;
}
.BgClassName
{
background-color: #FE2DD3;
}
</style>
border-color css
<style>
span { border-color: #FE2DD3; }
span { border-color: rgb(254,45,211); }
td.TdClassName
{
border-color: #FE2DD3;
}
.TagClassName
{
border-color: #FE2DD3;
}
</style>