#ff32cc

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

Shades of Razzle Dazzle Rose #FF32CC

Tints of Razzle Dazzle Rose #FF32CC

Color information

#FF32CC (or 0xFF32CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 32 and CC. RGB value is (255,50,204). Sum of RGB (Red+Green+Blue) = 255+50+204=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 50 (19.92% from 255 or 9.82% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF32CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF32CC is #00CD33. Grayscale: #808080. Windows color (decimal): -52532 or 13382399. OLE color: 13382399.

HSL color Cylindrical-coordinate representation of color #FF32CC: hue angle of 314.93º 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 #FF32CC is Cyan = 0, Magento = 0.80, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB25550204-
CMYK00.800.20
HSL314.93º100%59.8%-
HSV(B)314.93º80.39%100%-
XYZ53.2827.959.7-
YUV128.85170.42217.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.10%
GREEN value IS 50 (19.92% from 255) = 9.82%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=50.10%
G=9.82%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555020400.800.20314.9310059.8
HexFF32CC05014013b643c
Octal37762314012024047314474
Binary1111111111001011001100010100001010001001110111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff32cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff32cc; }

 p { color: rgb(255,50,204); }

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

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

 a { background-color: rgb(255,50,204); }

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

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

 span { border-color: rgb(255,50,204); }

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