#FF33DD

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

Shades of Razzle Dazzle Rose #FF33DD

Tints of Razzle Dazzle Rose #FF33DD

Color information

#FF33DD (or 0xFF33DD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 33 and DD. RGB value is (255,51,221). Sum of RGB (Red+Green+Blue) = 255+51+221=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 51 (20.31% from 255 or 9.68% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF33DD is #00CC22. Grayscale: #828282. Windows color (decimal): -52259 or 14496767. OLE color: 14496767.

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

Color convert

RGB25551221-
CMYK00.80.130
HSL310º100%60%-
HSV(B)310º80%100%-
XYZ55.4728.8571.05-
YUV131.38178.59216.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.39%
GREEN value IS 51 (20.31% from 255) = 9.68%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=48.39%
G=9.68%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555122100.80.13031010060
HexFF33DD050D0136643c
Octal37763335012015046614474
Binary111111111100111101110101010000110101001101101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF33DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF33DD; }

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

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

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

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

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

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

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

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