Shades of Razzle Dazzle Rose #FD2CE7
Tints of Razzle Dazzle Rose #FD2CE7
RGB
CMYK
RGB Variations
Color information
#FD2CE7 (or 0xFD2CE7) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2C and E7. RGB value is (253,44,231). Sum of RGB (Red+Green+Blue) = 253+44+231=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 44 (17.58% from 255 or 8.33% from 528); Blue value is 231 (90.62% from 255 or 43.75% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2CE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD2CE7 is #02D318. Grayscale: #7F7F7F. Windows color (decimal): -185113 or 15150333. OLE color: 15150333.
HSL color Cylindrical-coordinate representation of color #FD2CE7: hue angle of 306.32º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2CE7 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 44 | 231 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.01 |
| HSL | 306.32º | 0.98% | 0.58% | - |
| HSV(B) | 306.32º | 0.83% | 0.99% | - |
| XYZ | 55.83 | 28.45 | 78.15 | - |
| YUV | 127.81 | 186.24 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 44 | 231 | 0 | 0.83 | 0.09 | 0.01 | 306.32 | 0.98 | 0.58 |
| Hex | FD | 2C | E7 | 0 | 53 | 9 | 1 | 132 | 62 | 3A |
| Octal | 375 | 54 | 347 | 0 | 123 | 11 | 1 | 462 | 142 | 72 |
| Binary | 11111101 | 101100 | 11100111 | 0 | 1010011 | 1001 | 1 | 100110010 | 1100010 | 111010 |
Color Harmonies of #FD2CE7
Complementary color
Monochromatic Colors of #FD2CE7
Black with #FD2CE7
Text Example
Text Example
White with #FD2CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2CE7; }
p { color: rgb(253,44,231); }
H1.HeaderClassName
{
color: #FD2CE7;
}
.AnyTagClassName
{
color: #FD2CE7;
}
</style>
background-color css
<style>
a { background-color: #FD2CE7; }
a { background-color: rgb(253,44,231); }
div.DivClassName
{
background-color: #FD2CE7;
}
.BgClassName
{
background-color: #FD2CE7;
}
</style>
border-color css
<style>
span { border-color: #FD2CE7; }
span { border-color: rgb(253,44,231); }
td.TdClassName
{
border-color: #FD2CE7;
}
.TagClassName
{
border-color: #FD2CE7;
}
</style>