Shades of Razzle Dazzle Rose #FF3CDC
Tints of Razzle Dazzle Rose #FF3CDC
RGB
CMYK
RGB Variations
Color information
#FF3CDC (or 0xFF3CDC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3C and DC. RGB value is (255,60,220). Sum of RGB (Red+Green+Blue) = 255+60+220=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 60 (23.83% from 255 or 11.21% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3CDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3CDC is #00C323. Grayscale: #888888. Windows color (decimal): -49956 or 14433535. OLE color: 14433535.
HSL color Cylindrical-coordinate representation of color #FF3CDC: hue angle of 310.77º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3CDC is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 220 | - |
| CMYK | 0 | 0.76 | 0.14 | 0 |
| HSL | 310.77º | 1% | 0.62% | - |
| HSV(B) | 310.77º | 0.76% | 1% | - |
| XYZ | 55.77 | 29.66 | 70.5 | - |
| YUV | 136.55 | 175.1 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 220 | 0 | 0.76 | 0.14 | 0 | 310.77 | 1 | 0.62 |
| Hex | FF | 3C | DC | 0 | 4C | E | 0 | 137 | 64 | 3E |
| Octal | 377 | 74 | 334 | 0 | 114 | 16 | 0 | 467 | 144 | 76 |
| Binary | 11111111 | 111100 | 11011100 | 0 | 1001100 | 1110 | 0 | 100110111 | 1100100 | 111110 |
Color Harmonies of #FF3CDC
Complementary color
Monochromatic Colors of #FF3CDC
Black with #FF3CDC
Text Example
Text Example
White with #FF3CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3CDC; }
p { color: rgb(255,60,220); }
H1.HeaderClassName
{
color: #FF3CDC;
}
.AnyTagClassName
{
color: #FF3CDC;
}
</style>
background-color css
<style>
a { background-color: #FF3CDC; }
a { background-color: rgb(255,60,220); }
div.DivClassName
{
background-color: #FF3CDC;
}
.BgClassName
{
background-color: #FF3CDC;
}
</style>
border-color css
<style>
span { border-color: #FF3CDC; }
span { border-color: rgb(255,60,220); }
td.TdClassName
{
border-color: #FF3CDC;
}
.TagClassName
{
border-color: #FF3CDC;
}
</style>