#DD4BBB

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

Shades of Fuchsia #DD4BBB

Tints of Fuchsia #DD4BBB

Color information

#DD4BBB (or 0xDD4BBB) is unknown color: approx Fuchsia. HEX triplet: DD, 4B and BB. RGB value is (221,75,187). Sum of RGB (Red+Green+Blue) = 221+75+187=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 75 (29.69% from 255 or 15.53% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4BBB is #22B444. Grayscale: #838383. Windows color (decimal): -2274373 or 12274653. OLE color: 12274653.

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

Color convert

RGB22175187-
CMYK00.660.150.13
HSL313.97º68.22%58.04%-
HSV(B)313.97º66.06%86.67%-
XYZ41.323.9949.47-
YUV131.42159.37191.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.76%
GREEN value IS 75 (29.69% from 255) = 15.53%
BLUE value IS 187 (73.44% from 255) = 38.72%
R=45.76%
G=15.53%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217518700.660.150.13313.9768.2258.04
HexDD4BBB042FD13a443a
Octal3351132730102171547210472
Binary1101110110010111011101101000010111111011001110101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4BBB; }

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

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

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

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

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

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

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

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