#FF33CE

Color #FF33CE Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FF33CE

Tints of Razzle Dazzle Rose #FF33CE

Color information

#FF33CE (or 0xFF33CE) is unknown color: approx 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

RGB25551206-
CMYK00.80.190
HSL314.41º100%60%-
HSV(B)314.41º80%100%-
XYZ53.5628.0860.99-
YUV129.67171.09217.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 49.80%
GREEN value IS 51 (20.31% from 255) = 9.96%
BLUE value IS 206 (80.86% from 255) = 40.23%
R=49.80%
G=9.96%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555120600.80.190314.4110060
HexFF33CE05013013a643c
Octal37763316012023047214474
Binary1111111111001111001110010100001001101001110101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF33CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>