Shades of Razzle Dazzle Rose #FD37D2
Tints of Razzle Dazzle Rose #FD37D2
RGB
CMYK
RGB Variations
Color information
#FD37D2 (or 0xFD37D2) is known color: Razzle Dazzle Rose. HEX triplet: FD, 37 and D2. RGB value is (253,55,210). Sum of RGB (Red+Green+Blue) = 253+55+210=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 55 (21.88% from 255 or 10.62% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FD37D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD37D2 is #02C82D. Grayscale: #838383. Windows color (decimal): -182318 or 13776893. OLE color: 13776893.
HSL color Cylindrical-coordinate representation of color #FD37D2: hue angle of 313.03º 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 #FD37D2 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 55 | 210 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.01 |
| HSL | 313.03º | 0.98% | 0.6% | - |
| HSV(B) | 313.03º | 0.78% | 0.99% | - |
| XYZ | 53.51 | 28.27 | 63.61 | - |
| YUV | 131.87 | 172.1 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 55 | 210 | 0 | 0.78 | 0.17 | 0.01 | 313.03 | 0.98 | 0.6 |
| Hex | FD | 37 | D2 | 0 | 4E | 11 | 1 | 139 | 62 | 3C |
| Octal | 375 | 67 | 322 | 0 | 116 | 21 | 1 | 471 | 142 | 74 |
| Binary | 11111101 | 110111 | 11010010 | 0 | 1001110 | 10001 | 1 | 100111001 | 1100010 | 111100 |
Color Harmonies of #FD37D2
Complementary color
Monochromatic Colors of #FD37D2
Black with #FD37D2
Text Example
Text Example
White with #FD37D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD37D2; }
p { color: rgb(253,55,210); }
H1.HeaderClassName
{
color: #FD37D2;
}
.AnyTagClassName
{
color: #FD37D2;
}
</style>
background-color css
<style>
a { background-color: #FD37D2; }
a { background-color: rgb(253,55,210); }
div.DivClassName
{
background-color: #FD37D2;
}
.BgClassName
{
background-color: #FD37D2;
}
</style>
border-color css
<style>
span { border-color: #FD37D2; }
span { border-color: rgb(253,55,210); }
td.TdClassName
{
border-color: #FD37D2;
}
.TagClassName
{
border-color: #FD37D2;
}
</style>