#FF33DF

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

Shades of Razzle Dazzle Rose #FF33DF

Tints of Razzle Dazzle Rose #FF33DF

Color information

#FF33DF (or 0xFF33DF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 33 and DF. RGB value is (255,51,223). Sum of RGB (Red+Green+Blue) = 255+51+223=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 51 (20.31% from 255 or 9.64% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF33DF is #00CC20. Grayscale: #838383. Windows color (decimal): -52257 or 14627839. OLE color: 14627839.

HSL color Cylindrical-coordinate representation of color #FF33DF: hue angle of 309.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 #FF33DF is Cyan = 0, Magento = 0.8, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB25551223-
CMYK00.80.130
HSL309.41º100%60%-
HSV(B)309.41º80%100%-
XYZ55.7428.9672.46-
YUV131.6179.59216.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.20%
GREEN value IS 51 (20.31% from 255) = 9.64%
BLUE value IS 223 (87.5% from 255) = 42.16%
R=48.20%
G=9.64%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555122300.80.130309.4110060
HexFF33DF050D0135643c
Octal37763337012015046514474
Binary111111111100111101111101010000110101001101011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF33DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF33DF; }

 p { color: rgb(255,51,223); }

 H1.HeaderClassName
 {
   color: #FF33DF;
 }
 .AnyTagClassName
 {
   color: #FF33DF;
 }
</style>
background-color css

<style>
 a { background-color: #FF33DF; }

 a { background-color: rgb(255,51,223); }

 div.DivClassName
 {
   background-color: #FF33DF;
 }
 .BgClassName
 {
   background-color: #FF33DF;
 }
</style>
border-color css

<style>
 span { border-color: #FF33DF; }

 span { border-color: rgb(255,51,223); }

 td.TdClassName
 {
   border-color: #FF33DF;
 }
 .TagClassName
 {
   border-color: #FF33DF;
 }
</style>