Shades of Razzle Dazzle Rose #FD37D0
Tints of Razzle Dazzle Rose #FD37D0
RGB
CMYK
RGB Variations
Color information
#FD37D0 (or 0xFD37D0) is known color: Razzle Dazzle Rose. HEX triplet: FD, 37 and D0. RGB value is (253,55,208). Sum of RGB (Red+Green+Blue) = 253+55+208=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 55 (21.88% from 255 or 10.66% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FD37D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD37D0 is #02C82F. Grayscale: #838383. Windows color (decimal): -182320 or 13645821. OLE color: 13645821.
HSL color Cylindrical-coordinate representation of color #FD37D0: hue angle of 313.64º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FD37D0 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 55 | 208 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.01 |
| HSL | 313.64º | 0.98% | 0.6% | - |
| HSV(B) | 313.64º | 0.78% | 0.99% | - |
| XYZ | 53.26 | 28.17 | 62.3 | - |
| YUV | 131.64 | 171.1 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 55 | 208 | 0 | 0.78 | 0.18 | 0.01 | 313.64 | 0.98 | 0.6 |
| Hex | FD | 37 | D0 | 0 | 4E | 12 | 1 | 13A | 62 | 3C |
| Octal | 375 | 67 | 320 | 0 | 116 | 22 | 1 | 472 | 142 | 74 |
| Binary | 11111101 | 110111 | 11010000 | 0 | 1001110 | 10010 | 1 | 100111010 | 1100010 | 111100 |
Color Harmonies of #FD37D0
Complementary color
Monochromatic Colors of #FD37D0
Black with #FD37D0
Text Example
Text Example
White with #FD37D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD37D0; }
p { color: rgb(253,55,208); }
H1.HeaderClassName
{
color: #FD37D0;
}
.AnyTagClassName
{
color: #FD37D0;
}
</style>
background-color css
<style>
a { background-color: #FD37D0; }
a { background-color: rgb(253,55,208); }
div.DivClassName
{
background-color: #FD37D0;
}
.BgClassName
{
background-color: #FD37D0;
}
</style>
border-color css
<style>
span { border-color: #FD37D0; }
span { border-color: rgb(253,55,208); }
td.TdClassName
{
border-color: #FD37D0;
}
.TagClassName
{
border-color: #FD37D0;
}
</style>