Shades of Razzle Dazzle Rose #FF33CC
Tints of Razzle Dazzle Rose #FF33CC
RGB
CMYK
RGB Variations
Color information
#FF33CC (or 0xFF33CC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 33 and CC. RGB value is (255,51,204). Sum of RGB (Red+Green+Blue) = 255+51+204=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 51 (20.31% from 255 or 10% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33CC is a web safe color. Inversed color of #FF33CC is #00CC33. Grayscale: #818181. Windows color (decimal): -52276 or 13382655. OLE color: 13382655.
HSL color Cylindrical-coordinate representation of color #FF33CC: hue angle of 315º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF33CC is Cyan = 0, Magento = 0.8, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 51 | 204 | - |
CMYK | 0 | 0.8 | 0.2 | 0 |
HSL | 315º | 1% | 0.6% | - |
HSV(B) | 315º | 0.8% | 1% | - |
XYZ | 53.32 | 27.99 | 59.72 | - |
YUV | 129.44 | 170.09 | 217.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 51 | 204 | 0 | 0.8 | 0.2 | 0 | 315 | 1 | 0.6 |
Hex | FF | 33 | CC | 0 | 50 | 14 | 0 | 13B | 64 | 3C |
Octal | 377 | 63 | 314 | 0 | 120 | 24 | 0 | 473 | 144 | 74 |
Binary | 11111111 | 110011 | 11001100 | 0 | 1010000 | 10100 | 0 | 100111011 | 1100100 | 111100 |
Color Harmonies of #FF33CC
Complementary color
Monochromatic Colors of #FF33CC
Black with #FF33CC
Text Example
Text Example
White with #FF33CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF33CC; }
p { color: rgb(255,51,204); }
H1.HeaderClassName
{
color: #FF33CC;
}
.AnyTagClassName
{
color: #FF33CC;
}
</style>
background-color css
<style>
a { background-color: #FF33CC; }
a { background-color: rgb(255,51,204); }
div.DivClassName
{
background-color: #FF33CC;
}
.BgClassName
{
background-color: #FF33CC;
}
</style>
border-color css
<style>
span { border-color: #FF33CC; }
span { border-color: rgb(255,51,204); }
td.TdClassName
{
border-color: #FF33CC;
}
.TagClassName
{
border-color: #FF33CC;
}
</style>