#DD51B5

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

Shades of Fuchsia #DD51B5

Tints of Fuchsia #DD51B5

Color information

#DD51B5 (or 0xDD51B5) is unknown color: approx Fuchsia. HEX triplet: DD, 51 and B5. RGB value is (221,81,181). Sum of RGB (Red+Green+Blue) = 221+81+181=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51B5 is #22AE4A. Grayscale: #868686. Windows color (decimal): -2272843 or 11882973. OLE color: 11882973.

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

Color convert

RGB22181181-
CMYK00.630.180.13
HSL317.14º67.31%59.22%-
HSV(B)317.14º63.35%86.67%-
XYZ41.124.5946.3-
YUV134.26154.38189.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.76%
GREEN value IS 81 (32.03% from 255) = 16.77%
BLUE value IS 181 (71.09% from 255) = 37.47%
R=45.76%
G=16.77%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218118100.630.180.13317.1467.3159.22
HexDD51B503F12D13d433b
Octal335121265077221547510373
Binary1101110110100011011010101111111001011011001111011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD51B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD51B5; }

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

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

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

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

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

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

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

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