#FF4DDC

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

Shades of Razzle Dazzle Rose #FF4DDC

Tints of Razzle Dazzle Rose #FF4DDC

Color information

#FF4DDC (or 0xFF4DDC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 4D and DC. RGB value is (255,77,220). Sum of RGB (Red+Green+Blue) = 255+77+220=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 77 (30.47% from 255 or 13.95% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4DDC is #00B223. Grayscale: #929292. Windows color (decimal): -45604 or 14437887. OLE color: 14437887.

HSL color Cylindrical-coordinate representation of color #FF4DDC: hue angle of 311.8º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4DDC is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB25577220-
CMYK00.700.140
HSL311.8º100%65.1%-
HSV(B)311.8º69.8%100%-
XYZ56.8131.7470.84-
YUV146.52169.47205.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.20%
GREEN value IS 77 (30.47% from 255) = 13.95%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=46.20%
G=13.95%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557722000.700.140311.810065.1
HexFF4DDC046E01386441
Octal3771153340106160470144101
Binary11111111100110111011100010001101110010011100011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4DDC; }

 p { color: rgb(255,77,220); }

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

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

 a { background-color: rgb(255,77,220); }

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

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

 span { border-color: rgb(255,77,220); }

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