Html Css Color HEX #DD44B9 Fuchsia

📋 copy color: '#DD44B9'

red 221 ◦ green 68 ◦ blue 185

#DD44B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #DD44B9

Tints of Fuchsia #DD44B9

RGB

 RED value IS 221 (86.72% from 255) = 46.62%

 GREEN value IS 68 (26.95% from 255) = 14.35%

 BLUE value IS 185 (72.66% from 255) = 39.03%

R = 46.62%
G = 14.35%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD44B9 (or 0xDD44B9) is known color: Fuchsia. HEX triplet: DD, 44 and B9. RGB value is (221,68,185). Sum of RGB (Red+Green+Blue) = 221+68+185=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 68 (26.95% from 255 or 14.35% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44B9 is #22BB46. Grayscale: #7E7E7E. Windows color (decimal): -2276167 or 12141789. OLE color: 12141789.

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

Color convert

RGB 221 68 185 -
CMYK 0 0.69 0.16 0.13
HSL 314.12º 0.69% 0.57% -
HSV(B) 314.12º 0.69% 0.87% -
XYZ 40.64 23.01 48.2 -
YUV 127.09 160.69 194.99 -
System Red Green Blue C M Y K H S L
Decimal 221 68 185 0 0.69 0.16 0.13 314.12 0.69 0.57
Hex DD 44 B9 0 45 10 D 13A 45 39
Octal 335 104 271 0 105 20 15 472 105 71
Binary 11011101 1000100 10111001 0 1000101 10000 1101 100111010 1000101 111001

Color Harmonies of #DD44B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD44B9

Black with #DD44B9

Text Example


Text Example

White with #DD44B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD44B9; }

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

 H1.HeaderClassName
 {
   color: #DD44B9;
 }
 .AnyTagClassName
 {
   color: #DD44B9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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