Shades of Razzle Dazzle Rose #FD1BDA
Tints of Razzle Dazzle Rose #FD1BDA
RGB
CMYK
RGB Variations
Color information
#FD1BDA (or 0xFD1BDA) is known color: Razzle Dazzle Rose. HEX triplet: FD, 1B and DA. RGB value is (253,27,218). Sum of RGB (Red+Green+Blue) = 253+27+218=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 27 (10.94% from 255 or 5.42% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1BDA is #02E425. Grayscale: #737373. Windows color (decimal): -189478 or 14294013. OLE color: 14294013.
HSL color Cylindrical-coordinate representation of color #FD1BDA: hue angle of 309.29º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1BDA is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 27 | 218 | - |
CMYK | 0 | 0.89 | 0.14 | 0.01 |
HSL | 309.29º | 0.98% | 0.55% | - |
HSV(B) | 309.29º | 0.89% | 0.99% | - |
XYZ | 53.55 | 26.73 | 68.67 | - |
YUV | 116.35 | 185.37 | 225.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 27 | 218 | 0 | 0.89 | 0.14 | 0.01 | 309.29 | 0.98 | 0.55 |
Hex | FD | 1B | DA | 0 | 59 | E | 1 | 135 | 62 | 37 |
Octal | 375 | 33 | 332 | 0 | 131 | 16 | 1 | 465 | 142 | 67 |
Binary | 11111101 | 11011 | 11011010 | 0 | 1011001 | 1110 | 1 | 100110101 | 1100010 | 110111 |
Color Harmonies of #FD1BDA
Complementary color
Monochromatic Colors of #FD1BDA
Black with #FD1BDA
Text Example
Text Example
White with #FD1BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1BDA; }
p { color: rgb(253,27,218); }
H1.HeaderClassName
{
color: #FD1BDA;
}
.AnyTagClassName
{
color: #FD1BDA;
}
</style>
background-color css
<style>
a { background-color: #FD1BDA; }
a { background-color: rgb(253,27,218); }
div.DivClassName
{
background-color: #FD1BDA;
}
.BgClassName
{
background-color: #FD1BDA;
}
</style>
border-color css
<style>
span { border-color: #FD1BDA; }
span { border-color: rgb(253,27,218); }
td.TdClassName
{
border-color: #FD1BDA;
}
.TagClassName
{
border-color: #FD1BDA;
}
</style>