#DD48B1

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

Shades of Fuchsia #DD48B1

Tints of Fuchsia #DD48B1

Color information

#DD48B1 (or 0xDD48B1) is unknown color: approx Fuchsia. HEX triplet: DD, 48 and B1. RGB value is (221,72,177). Sum of RGB (Red+Green+Blue) = 221+72+177=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD48B1 is #22B74E. Grayscale: #808080. Windows color (decimal): -2275151 or 11618525. OLE color: 11618525.

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

Color convert

RGB22172177-
CMYK00.670.200.13
HSL317.72º68.66%57.45%-
HSV(B)317.72º67.42%86.67%-
XYZ40.0723.1843.96-
YUV128.52155.36193.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.02%
GREEN value IS 72 (28.52% from 255) = 15.32%
BLUE value IS 177 (69.53% from 255) = 37.66%
R=47.02%
G=15.32%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217217700.670.200.13317.7268.6657.45
HexDD48B104314D13e4539
Octal3351102610103241547610571
Binary11011101100100010110001010000111010011011001111101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD48B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD48B1; }

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

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

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

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

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

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

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

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