Shades of Razzle Dazzle Rose #FD30D3
Tints of Razzle Dazzle Rose #FD30D3
RGB
CMYK
RGB Variations
Color information
#FD30D3 (or 0xFD30D3) is known color: Razzle Dazzle Rose. HEX triplet: FD, 30 and D3. RGB value is (253,48,211). Sum of RGB (Red+Green+Blue) = 253+48+211=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 48 (19.14% from 255 or 9.38% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD30D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD30D3 is #02CF2C. Grayscale: #7F7F7F. Windows color (decimal): -184109 or 13840637. OLE color: 13840637.
HSL color Cylindrical-coordinate representation of color #FD30D3: hue angle of 312.29º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD30D3 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 48 | 211 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.01 |
| HSL | 312.29º | 0.98% | 0.59% | - |
| HSV(B) | 312.29º | 0.81% | 0.99% | - |
| XYZ | 53.32 | 27.7 | 64.16 | - |
| YUV | 127.88 | 174.92 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 48 | 211 | 0 | 0.81 | 0.17 | 0.01 | 312.29 | 0.98 | 0.59 |
| Hex | FD | 30 | D3 | 0 | 51 | 11 | 1 | 138 | 62 | 3B |
| Octal | 375 | 60 | 323 | 0 | 121 | 21 | 1 | 470 | 142 | 73 |
| Binary | 11111101 | 110000 | 11010011 | 0 | 1010001 | 10001 | 1 | 100111000 | 1100010 | 111011 |
Color Harmonies of #FD30D3
Complementary color
Monochromatic Colors of #FD30D3
Black with #FD30D3
Text Example
Text Example
White with #FD30D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD30D3; }
p { color: rgb(253,48,211); }
H1.HeaderClassName
{
color: #FD30D3;
}
.AnyTagClassName
{
color: #FD30D3;
}
</style>
background-color css
<style>
a { background-color: #FD30D3; }
a { background-color: rgb(253,48,211); }
div.DivClassName
{
background-color: #FD30D3;
}
.BgClassName
{
background-color: #FD30D3;
}
</style>
border-color css
<style>
span { border-color: #FD30D3; }
span { border-color: rgb(253,48,211); }
td.TdClassName
{
border-color: #FD30D3;
}
.TagClassName
{
border-color: #FD30D3;
}
</style>