Shades of Razzle Dazzle Rose #FF52D4
Tints of Razzle Dazzle Rose #FF52D4
RGB
CMYK
RGB Variations
Color information
#FF52D4 (or 0xFF52D4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 52 and D4. RGB value is (255,82,212). Sum of RGB (Red+Green+Blue) = 255+82+212=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 82 (32.42% from 255 or 14.94% from 549); Blue value is 212 (83.20% from 255 or 38.62% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF52D4 is #00AD2B. Grayscale: #949494. Windows color (decimal): -44332 or 13914879. OLE color: 13914879.
HSL color Cylindrical-coordinate representation of color #FF52D4: hue angle of 314.91º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF52D4 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 212 | - |
| CMYK | 0 | 0.68 | 0.17 | 0 |
| HSL | 314.91º | 1% | 0.66% | - |
| HSV(B) | 314.91º | 0.68% | 1% | - |
| XYZ | 56.14 | 32.05 | 65.51 | - |
| YUV | 148.55 | 163.81 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 212 | 0 | 0.68 | 0.17 | 0 | 314.91 | 1 | 0.66 |
| Hex | FF | 52 | D4 | 0 | 44 | 11 | 0 | 13B | 64 | 42 |
| Octal | 377 | 122 | 324 | 0 | 104 | 21 | 0 | 473 | 144 | 102 |
| Binary | 11111111 | 1010010 | 11010100 | 0 | 1000100 | 10001 | 0 | 100111011 | 1100100 | 1000010 |
Color Harmonies of #FF52D4
Complementary color
Monochromatic Colors of #FF52D4
Black with #FF52D4
Text Example
Text Example
White with #FF52D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF52D4; }
p { color: rgb(255,82,212); }
H1.HeaderClassName
{
color: #FF52D4;
}
.AnyTagClassName
{
color: #FF52D4;
}
</style>
background-color css
<style>
a { background-color: #FF52D4; }
a { background-color: rgb(255,82,212); }
div.DivClassName
{
background-color: #FF52D4;
}
.BgClassName
{
background-color: #FF52D4;
}
</style>
border-color css
<style>
span { border-color: #FF52D4; }
span { border-color: rgb(255,82,212); }
td.TdClassName
{
border-color: #FF52D4;
}
.TagClassName
{
border-color: #FF52D4;
}
</style>