Shades of Razzle Dazzle Rose #FD2ADB
Tints of Razzle Dazzle Rose #FD2ADB
RGB
CMYK
RGB Variations
Color information
#FD2ADB (or 0xFD2ADB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2A and DB. RGB value is (253,42,219). Sum of RGB (Red+Green+Blue) = 253+42+219=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 42 (16.80% from 255 or 8.17% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2ADB is #02D524. Grayscale: #7C7C7C. Windows color (decimal): -185637 or 14363389. OLE color: 14363389.
HSL color Cylindrical-coordinate representation of color #FD2ADB: hue angle of 309.67º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2ADB is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 42 | 219 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.01 |
| HSL | 309.67º | 0.98% | 0.58% | - |
| HSV(B) | 309.67º | 0.83% | 0.99% | - |
| XYZ | 54.12 | 27.65 | 69.5 | - |
| YUV | 125.27 | 180.9 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 42 | 219 | 0 | 0.83 | 0.13 | 0.01 | 309.67 | 0.98 | 0.58 |
| Hex | FD | 2A | DB | 0 | 53 | D | 1 | 136 | 62 | 3A |
| Octal | 375 | 52 | 333 | 0 | 123 | 15 | 1 | 466 | 142 | 72 |
| Binary | 11111101 | 101010 | 11011011 | 0 | 1010011 | 1101 | 1 | 100110110 | 1100010 | 111010 |
Color Harmonies of #FD2ADB
Complementary color
Monochromatic Colors of #FD2ADB
Black with #FD2ADB
Text Example
Text Example
White with #FD2ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2ADB; }
p { color: rgb(253,42,219); }
H1.HeaderClassName
{
color: #FD2ADB;
}
.AnyTagClassName
{
color: #FD2ADB;
}
</style>
background-color css
<style>
a { background-color: #FD2ADB; }
a { background-color: rgb(253,42,219); }
div.DivClassName
{
background-color: #FD2ADB;
}
.BgClassName
{
background-color: #FD2ADB;
}
</style>
border-color css
<style>
span { border-color: #FD2ADB; }
span { border-color: rgb(253,42,219); }
td.TdClassName
{
border-color: #FD2ADB;
}
.TagClassName
{
border-color: #FD2ADB;
}
</style>