#FD33DC

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

Shades of Razzle Dazzle Rose #FD33DC

Tints of Razzle Dazzle Rose #FD33DC

Color information

#FD33DC (or 0xFD33DC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 33 and DC. RGB value is (253,51,220). Sum of RGB (Red+Green+Blue) = 253+51+220=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 51 (20.31% from 255 or 9.73% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD33DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD33DC is #02CC23. Grayscale: #828282. Windows color (decimal): -183332 or 14431229. OLE color: 14431229.

HSL color Cylindrical-coordinate representation of color #FD33DC: hue angle of 309.8º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD33DC is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB25351220-
CMYK00.800.130.01
HSL309.8º98.06%59.61%-
HSV(B)309.8º79.84%99.22%-
XYZ54.6128.4270.32-
YUV130.66178.42215.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.28%
GREEN value IS 51 (20.31% from 255) = 9.73%
BLUE value IS 220 (86.33% from 255) = 41.98%
R=48.28%
G=9.73%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535122000.800.130.01309.898.0659.61
HexFD33DC050D1136623c
Octal37563334012015146614274
Binary111111011100111101110001010000110111001101101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD33DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD33DC; }

 p { color: rgb(253,51,220); }

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

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

 a { background-color: rgb(253,51,220); }

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

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

 span { border-color: rgb(253,51,220); }

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