Shades of Razzle Dazzle Rose #FE3DD4
Tints of Razzle Dazzle Rose #FE3DD4
RGB
CMYK
RGB Variations
Color information
#FE3DD4 (or 0xFE3DD4) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3D and D4. RGB value is (254,61,212). Sum of RGB (Red+Green+Blue) = 254+61+212=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 61 (24.22% from 255 or 11.57% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3DD4 is #01C22B. Grayscale: #878787. Windows color (decimal): -115244 or 13909502. OLE color: 13909502.
HSL color Cylindrical-coordinate representation of color #FE3DD4: hue angle of 313.06º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3DD4 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 212 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.00 |
| HSL | 313.06º | 0.99% | 0.62% | - |
| HSV(B) | 313.06º | 0.76% | 1% | - |
| XYZ | 54.43 | 29.16 | 65.05 | - |
| YUV | 135.92 | 170.94 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 212 | 0 | 0.76 | 0.17 | 0.00 | 313.06 | 0.99 | 0.62 |
| Hex | FE | 3D | D4 | 0 | 4C | 11 | 0 | 139 | 63 | 3E |
| Octal | 376 | 75 | 324 | 0 | 114 | 21 | 0 | 471 | 143 | 76 |
| Binary | 11111110 | 111101 | 11010100 | 0 | 1001100 | 10001 | 0 | 100111001 | 1100011 | 111110 |
Color Harmonies of #FE3DD4
Complementary color
Monochromatic Colors of #FE3DD4
Black with #FE3DD4
Text Example
Text Example
White with #FE3DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3DD4; }
p { color: rgb(254,61,212); }
H1.HeaderClassName
{
color: #FE3DD4;
}
.AnyTagClassName
{
color: #FE3DD4;
}
</style>
background-color css
<style>
a { background-color: #FE3DD4; }
a { background-color: rgb(254,61,212); }
div.DivClassName
{
background-color: #FE3DD4;
}
.BgClassName
{
background-color: #FE3DD4;
}
</style>
border-color css
<style>
span { border-color: #FE3DD4; }
span { border-color: rgb(254,61,212); }
td.TdClassName
{
border-color: #FE3DD4;
}
.TagClassName
{
border-color: #FE3DD4;
}
</style>