Shades of Razzle Dazzle Rose #FE38DD
Tints of Razzle Dazzle Rose #FE38DD
RGB
CMYK
RGB Variations
Color information
#FE38DD (or 0xFE38DD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 38 and DD. RGB value is (254,56,221). Sum of RGB (Red+Green+Blue) = 254+56+221=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 56 (22.27% from 255 or 10.55% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE38DD is #01C722. Grayscale: #858585. Windows color (decimal): -116515 or 14498046. OLE color: 14498046.
HSL color Cylindrical-coordinate representation of color #FE38DD: hue angle of 310º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE38DD is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 221 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.00 |
| HSL | 310º | 0.99% | 0.61% | - |
| HSV(B) | 310º | 0.78% | 1% | - |
| XYZ | 55.34 | 29.12 | 71.11 | - |
| YUV | 134.01 | 177.1 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 221 | 0 | 0.78 | 0.13 | 0.00 | 310 | 0.99 | 0.61 |
| Hex | FE | 38 | DD | 0 | 4E | D | 0 | 136 | 63 | 3D |
| Octal | 376 | 70 | 335 | 0 | 116 | 15 | 0 | 466 | 143 | 75 |
| Binary | 11111110 | 111000 | 11011101 | 0 | 1001110 | 1101 | 0 | 100110110 | 1100011 | 111101 |
Color Harmonies of #FE38DD
Complementary color
Monochromatic Colors of #FE38DD
Black with #FE38DD
Text Example
Text Example
White with #FE38DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE38DD; }
p { color: rgb(254,56,221); }
H1.HeaderClassName
{
color: #FE38DD;
}
.AnyTagClassName
{
color: #FE38DD;
}
</style>
background-color css
<style>
a { background-color: #FE38DD; }
a { background-color: rgb(254,56,221); }
div.DivClassName
{
background-color: #FE38DD;
}
.BgClassName
{
background-color: #FE38DD;
}
</style>
border-color css
<style>
span { border-color: #FE38DD; }
span { border-color: rgb(254,56,221); }
td.TdClassName
{
border-color: #FE38DD;
}
.TagClassName
{
border-color: #FE38DD;
}
</style>