Html Css Color HEX #DD50B5 Fuchsia

📋 copy color: '#DD50B5'

red 221 ◦ green 80 ◦ blue 181

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

Shades of Fuchsia #DD50B5

Tints of Fuchsia #DD50B5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.6%

 BLUE value IS 181 (71.09% from 255) = 37.55%

R = 45.85%
G = 16.6%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD50B5 (or 0xDD50B5) is known color: Fuchsia. HEX triplet: DD, 50 and B5. RGB value is (221,80,181). Sum of RGB (Red+Green+Blue) = 221+80+181=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50B5 is #22AF4A. Grayscale: #858585. Windows color (decimal): -2273099 or 11882717. OLE color: 11882717.

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

Color convert

RGB 221 80 181 -
CMYK 0 0.64 0.18 0.13
HSL 317.02º 0.67% 0.59% -
HSV(B) 317.02º 0.64% 0.87% -
XYZ 41.03 24.45 46.27 -
YUV 133.67 154.71 190.29 -
System Red Green Blue C M Y K H S L
Decimal 221 80 181 0 0.64 0.18 0.13 317.02 0.67 0.59
Hex DD 50 B5 0 40 12 D 13D 43 3B
Octal 335 120 265 0 100 22 15 475 103 73
Binary 11011101 1010000 10110101 0 1000000 10010 1101 100111101 1000011 111011

Color Harmonies of #DD50B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD50B5

Black with #DD50B5

Text Example


Text Example

White with #DD50B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD50B5; }

 p { color: rgb(221,80,181); }

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

background-color css

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

 a { background-color: rgb(221,80,181); }

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

border-color css

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

 span { border-color: rgb(221,80,181); }

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