#FF33D6

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

Shades of Razzle Dazzle Rose #FF33D6

Tints of Razzle Dazzle Rose #FF33D6

Color information

#FF33D6 (or 0xFF33D6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 33 and D6. RGB value is (255,51,214). Sum of RGB (Red+Green+Blue) = 255+51+214=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 51 (20.31% from 255 or 9.81% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF33D6 is #00CC29. Grayscale: #828282. Windows color (decimal): -52266 or 14038015. OLE color: 14038015.

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

Color convert

RGB25551214-
CMYK00.80.160
HSL312.06º100%60%-
HSV(B)312.06º80%100%-
XYZ54.5628.4866.24-
YUV130.58175.09216.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.04%
GREEN value IS 51 (20.31% from 255) = 9.81%
BLUE value IS 214 (83.98% from 255) = 41.15%
R=49.04%
G=9.81%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555121400.80.160312.0610060
HexFF33D6050100138643c
Octal37763326012020047014474
Binary1111111111001111010110010100001000001001110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF33D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF33D6; }

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

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

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

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

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

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

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

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