Shades of Razzle Dazzle Rose #FF3CDD
Tints of Razzle Dazzle Rose #FF3CDD
RGB
CMYK
RGB Variations
Color information
#FF3CDD (or 0xFF3CDD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3C and DD. RGB value is (255,60,221). Sum of RGB (Red+Green+Blue) = 255+60+221=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 60 (23.83% from 255 or 11.19% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3CDD is #00C322. Grayscale: #888888. Windows color (decimal): -49955 or 14499071. OLE color: 14499071.
HSL color Cylindrical-coordinate representation of color #FF3CDD: hue angle of 310.46º 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 #FF3CDD is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 221 | - |
| CMYK | 0 | 0.76 | 0.13 | 0 |
| HSL | 310.46º | 1% | 0.62% | - |
| HSV(B) | 310.46º | 0.76% | 1% | - |
| XYZ | 55.91 | 29.71 | 71.2 | - |
| YUV | 136.66 | 175.6 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 221 | 0 | 0.76 | 0.13 | 0 | 310.46 | 1 | 0.62 |
| Hex | FF | 3C | DD | 0 | 4C | D | 0 | 136 | 64 | 3E |
| Octal | 377 | 74 | 335 | 0 | 114 | 15 | 0 | 466 | 144 | 76 |
| Binary | 11111111 | 111100 | 11011101 | 0 | 1001100 | 1101 | 0 | 100110110 | 1100100 | 111110 |
Color Harmonies of #FF3CDD
Complementary color
Monochromatic Colors of #FF3CDD
Black with #FF3CDD
Text Example
Text Example
White with #FF3CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3CDD; }
p { color: rgb(255,60,221); }
H1.HeaderClassName
{
color: #FF3CDD;
}
.AnyTagClassName
{
color: #FF3CDD;
}
</style>
background-color css
<style>
a { background-color: #FF3CDD; }
a { background-color: rgb(255,60,221); }
div.DivClassName
{
background-color: #FF3CDD;
}
.BgClassName
{
background-color: #FF3CDD;
}
</style>
border-color css
<style>
span { border-color: #FF3CDD; }
span { border-color: rgb(255,60,221); }
td.TdClassName
{
border-color: #FF3CDD;
}
.TagClassName
{
border-color: #FF3CDD;
}
</style>