#DD48B2

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

Shades of Fuchsia #DD48B2

Tints of Fuchsia #DD48B2

Color information

#DD48B2 (or 0xDD48B2) is unknown color: approx Fuchsia. HEX triplet: DD, 48 and B2. RGB value is (221,72,178). Sum of RGB (Red+Green+Blue) = 221+72+178=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD48B2 is #22B74D. Grayscale: #808080. Windows color (decimal): -2275150 or 11684061. OLE color: 11684061.

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

Color convert

RGB22172178-
CMYK00.670.190.13
HSL317.32º68.66%57.45%-
HSV(B)317.32º67.42%86.67%-
XYZ40.1723.2244.48-
YUV128.64155.86193.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.92%
GREEN value IS 72 (28.52% from 255) = 15.29%
BLUE value IS 178 (69.92% from 255) = 37.79%
R=46.92%
G=15.29%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217217800.670.190.13317.3268.6657.45
HexDD48B204313D13d4539
Octal3351102620103231547510571
Binary11011101100100010110010010000111001111011001111011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD48B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD48B2; }

 p { color: rgb(221,72,178); }

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

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

 a { background-color: rgb(221,72,178); }

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

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

 span { border-color: rgb(221,72,178); }

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