Shades of Razzle Dazzle Rose #FF33CE
Tints of Razzle Dazzle Rose #FF33CE
RGB
CMYK
RGB Variations
Color information
#FF33CE (or 0xFF33CE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 33 and CE. RGB value is (255,51,206). Sum of RGB (Red+Green+Blue) = 255+51+206=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 51 (20.31% from 255 or 9.96% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF33CE is #00CC31. Grayscale: #818181. Windows color (decimal): -52274 or 13513727. OLE color: 13513727.
HSL color Cylindrical-coordinate representation of color #FF33CE: hue angle of 314.41º 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 #FF33CE is Cyan = 0, Magento = 0.8, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 51 | 206 | - |
CMYK | 0 | 0.8 | 0.19 | 0 |
HSL | 314.41º | 1% | 0.6% | - |
HSV(B) | 314.41º | 0.8% | 1% | - |
XYZ | 53.56 | 28.08 | 60.99 | - |
YUV | 129.67 | 171.09 | 217.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 51 | 206 | 0 | 0.8 | 0.19 | 0 | 314.41 | 1 | 0.6 |
Hex | FF | 33 | CE | 0 | 50 | 13 | 0 | 13A | 64 | 3C |
Octal | 377 | 63 | 316 | 0 | 120 | 23 | 0 | 472 | 144 | 74 |
Binary | 11111111 | 110011 | 11001110 | 0 | 1010000 | 10011 | 0 | 100111010 | 1100100 | 111100 |
Color Harmonies of #FF33CE
Complementary color
Monochromatic Colors of #FF33CE
Black with #FF33CE
Text Example
Text Example
White with #FF33CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF33CE; }
p { color: rgb(255,51,206); }
H1.HeaderClassName
{
color: #FF33CE;
}
.AnyTagClassName
{
color: #FF33CE;
}
</style>
background-color css
<style>
a { background-color: #FF33CE; }
a { background-color: rgb(255,51,206); }
div.DivClassName
{
background-color: #FF33CE;
}
.BgClassName
{
background-color: #FF33CE;
}
</style>
border-color css
<style>
span { border-color: #FF33CE; }
span { border-color: rgb(255,51,206); }
td.TdClassName
{
border-color: #FF33CE;
}
.TagClassName
{
border-color: #FF33CE;
}
</style>