Shades of Razzle Dazzle Rose #FD2DDD
Tints of Razzle Dazzle Rose #FD2DDD
RGB
CMYK
RGB Variations
Color information
#FD2DDD (or 0xFD2DDD) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2D and DD. RGB value is (253,45,221). Sum of RGB (Red+Green+Blue) = 253+45+221=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 45 (17.97% from 255 or 8.67% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2DDD is #02D222. Grayscale: #7E7E7E. Windows color (decimal): -184867 or 14495229. OLE color: 14495229.
HSL color Cylindrical-coordinate representation of color #FD2DDD: hue angle of 309.23º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2DDD is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 45 | 221 | - |
CMYK | 0 | 0.82 | 0.13 | 0.01 |
HSL | 309.23º | 0.98% | 0.58% | - |
HSV(B) | 309.23º | 0.82% | 0.99% | - |
XYZ | 54.5 | 27.98 | 70.93 | - |
YUV | 127.26 | 180.91 | 217.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 45 | 221 | 0 | 0.82 | 0.13 | 0.01 | 309.23 | 0.98 | 0.58 |
Hex | FD | 2D | DD | 0 | 52 | D | 1 | 135 | 62 | 3A |
Octal | 375 | 55 | 335 | 0 | 122 | 15 | 1 | 465 | 142 | 72 |
Binary | 11111101 | 101101 | 11011101 | 0 | 1010010 | 1101 | 1 | 100110101 | 1100010 | 111010 |
Color Harmonies of #FD2DDD
Complementary color
Monochromatic Colors of #FD2DDD
Black with #FD2DDD
Text Example
Text Example
White with #FD2DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2DDD; }
p { color: rgb(253,45,221); }
H1.HeaderClassName
{
color: #FD2DDD;
}
.AnyTagClassName
{
color: #FD2DDD;
}
</style>
background-color css
<style>
a { background-color: #FD2DDD; }
a { background-color: rgb(253,45,221); }
div.DivClassName
{
background-color: #FD2DDD;
}
.BgClassName
{
background-color: #FD2DDD;
}
</style>
border-color css
<style>
span { border-color: #FD2DDD; }
span { border-color: rgb(253,45,221); }
td.TdClassName
{
border-color: #FD2DDD;
}
.TagClassName
{
border-color: #FD2DDD;
}
</style>