Shades of Razzle Dazzle Rose #FF1CDA
Tints of Razzle Dazzle Rose #FF1CDA
RGB
CMYK
RGB Variations
Color information
#FF1CDA (or 0xFF1CDA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 1C and DA. RGB value is (255,28,218). Sum of RGB (Red+Green+Blue) = 255+28+218=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 28 (11.33% from 255 or 5.59% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1CDA is #00E325. Grayscale: #757575. Windows color (decimal): -58150 or 14294271. OLE color: 14294271.
HSL color Cylindrical-coordinate representation of color #FF1CDA: hue angle of 309.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1CDA is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 218 | - |
| CMYK | 0 | 0.89 | 0.15 | 0 |
| HSL | 309.78º | 1% | 0.55% | - |
| HSV(B) | 309.78º | 0.89% | 1% | - |
| XYZ | 54.31 | 27.15 | 68.71 | - |
| YUV | 117.53 | 184.71 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 218 | 0 | 0.89 | 0.15 | 0 | 309.78 | 1 | 0.55 |
| Hex | FF | 1C | DA | 0 | 59 | F | 0 | 136 | 64 | 37 |
| Octal | 377 | 34 | 332 | 0 | 131 | 17 | 0 | 466 | 144 | 67 |
| Binary | 11111111 | 11100 | 11011010 | 0 | 1011001 | 1111 | 0 | 100110110 | 1100100 | 110111 |
Color Harmonies of #FF1CDA
Complementary color
Monochromatic Colors of #FF1CDA
Black with #FF1CDA
Text Example
Text Example
White with #FF1CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1CDA; }
p { color: rgb(255,28,218); }
H1.HeaderClassName
{
color: #FF1CDA;
}
.AnyTagClassName
{
color: #FF1CDA;
}
</style>
background-color css
<style>
a { background-color: #FF1CDA; }
a { background-color: rgb(255,28,218); }
div.DivClassName
{
background-color: #FF1CDA;
}
.BgClassName
{
background-color: #FF1CDA;
}
</style>
border-color css
<style>
span { border-color: #FF1CDA; }
span { border-color: rgb(255,28,218); }
td.TdClassName
{
border-color: #FF1CDA;
}
.TagClassName
{
border-color: #FF1CDA;
}
</style>