#DD50B5

Color #DD50B5 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #DD50B5

Tints of Fuchsia #DD50B5

Color information

#DD50B5 (or 0xDD50B5) is unknown color: approx Fuchsia. HEX triplet: DD, 50 and B5. RGB value is (221,80,181). Sum of RGB (Red+Green+Blue) = 221+80+181=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50B5 is #22AF4A. Grayscale: #858585. Windows color (decimal): -2273099 or 11882717. OLE color: 11882717.

HSL color Cylindrical-coordinate representation of color #DD50B5: hue angle of 317.02º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD50B5 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB22180181-
CMYK00.640.180.13
HSL317.02º67.46%59.02%-
HSV(B)317.02º63.8%86.67%-
XYZ41.0324.4546.27-
YUV133.67154.71190.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.85%
GREEN value IS 80 (31.64% from 255) = 16.60%
BLUE value IS 181 (71.09% from 255) = 37.55%
R=45.85%
G=16.60%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218018100.640.180.13317.0267.4659.02
HexDD50B504012D13d433b
Octal3351202650100221547510373
Binary11011101101000010110101010000001001011011001111011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD50B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD50B5; }

 p { color: rgb(221,80,181); }

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

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

 a { background-color: rgb(221,80,181); }

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

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

 span { border-color: rgb(221,80,181); }

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