#DD44BB

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

Shades of Fuchsia #DD44BB

Tints of Fuchsia #DD44BB

Color information

#DD44BB (or 0xDD44BB) is unknown color: approx Fuchsia. HEX triplet: DD, 44 and BB. RGB value is (221,68,187). Sum of RGB (Red+Green+Blue) = 221+68+187=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 68 (26.95% from 255 or 14.29% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44BB is #22BB44. Grayscale: #7E7E7E. Windows color (decimal): -2276165 or 12272861. OLE color: 12272861.

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

Color convert

RGB22168187-
CMYK00.690.150.13
HSL313.33º69.23%56.67%-
HSV(B)313.33º69.23%86.67%-
XYZ40.8623.0949.32-
YUV127.31161.69194.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 68 (26.95% from 255) = 14.29%
BLUE value IS 187 (73.44% from 255) = 39.29%
R=46.43%
G=14.29%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216818700.690.150.13313.3369.2356.67
HexDD44BB045FD1394539
Octal3351042730105171547110571
Binary1101110110001001011101101000101111111011001110011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD44BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD44BB; }

 p { color: rgb(221,68,187); }

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

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

 a { background-color: rgb(221,68,187); }

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

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

 span { border-color: rgb(221,68,187); }

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