#DD50B6

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

Shades of Fuchsia #DD50B6

Tints of Fuchsia #DD50B6

Color information

#DD50B6 (or 0xDD50B6) is unknown color: approx Fuchsia. HEX triplet: DD, 50 and B6. RGB value is (221,80,182). Sum of RGB (Red+Green+Blue) = 221+80+182=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50B6 is #22AF49. Grayscale: #858585. Windows color (decimal): -2273098 or 11948253. OLE color: 11948253.

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

Color convert

RGB22180182-
CMYK00.640.180.13
HSL316.6º67.46%59.02%-
HSV(B)316.6º63.8%86.67%-
XYZ41.1324.4946.81-
YUV133.79155.21190.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.76%
GREEN value IS 80 (31.64% from 255) = 16.56%
BLUE value IS 182 (71.48% from 255) = 37.68%
R=45.76%
G=16.56%
B=37.68%

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
Decimal2218018200.640.180.13316.667.4659.02
HexDD50B604012D13d433b
Octal3351202660100221547510373
Binary11011101101000010110110010000001001011011001111011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD50B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD50B6; }

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

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

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

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

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

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

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

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