Shades of Razzle Dazzle Rose #FD30DA
Tints of Razzle Dazzle Rose #FD30DA
RGB
CMYK
RGB Variations
Color information
#FD30DA (or 0xFD30DA) is known color: Razzle Dazzle Rose. HEX triplet: FD, 30 and DA. RGB value is (253,48,218). Sum of RGB (Red+Green+Blue) = 253+48+218=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 48 (19.14% from 255 or 9.25% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FD30DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD30DA is #02CF25. Grayscale: #808080. Windows color (decimal): -184102 or 14299389. OLE color: 14299389.
HSL color Cylindrical-coordinate representation of color #FD30DA: hue angle of 310.24º 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 #FD30DA is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 48 | 218 | - |
CMYK | 0 | 0.81 | 0.14 | 0.01 |
HSL | 310.24º | 0.98% | 0.59% | - |
HSV(B) | 310.24º | 0.81% | 0.99% | - |
XYZ | 54.22 | 28.06 | 68.89 | - |
YUV | 128.68 | 178.42 | 216.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 48 | 218 | 0 | 0.81 | 0.14 | 0.01 | 310.24 | 0.98 | 0.59 |
Hex | FD | 30 | DA | 0 | 51 | E | 1 | 136 | 62 | 3B |
Octal | 375 | 60 | 332 | 0 | 121 | 16 | 1 | 466 | 142 | 73 |
Binary | 11111101 | 110000 | 11011010 | 0 | 1010001 | 1110 | 1 | 100110110 | 1100010 | 111011 |
Color Harmonies of #FD30DA
Complementary color
Monochromatic Colors of #FD30DA
Black with #FD30DA
Text Example
Text Example
White with #FD30DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD30DA; }
p { color: rgb(253,48,218); }
H1.HeaderClassName
{
color: #FD30DA;
}
.AnyTagClassName
{
color: #FD30DA;
}
</style>
background-color css
<style>
a { background-color: #FD30DA; }
a { background-color: rgb(253,48,218); }
div.DivClassName
{
background-color: #FD30DA;
}
.BgClassName
{
background-color: #FD30DA;
}
</style>
border-color css
<style>
span { border-color: #FD30DA; }
span { border-color: rgb(253,48,218); }
td.TdClassName
{
border-color: #FD30DA;
}
.TagClassName
{
border-color: #FD30DA;
}
</style>