Html Css Color HEX #DD50B7 Fuchsia

📋 copy color: '#DD50B7'

red 221 ◦ green 80 ◦ blue 183

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

Shades of Fuchsia #DD50B7

Tints of Fuchsia #DD50B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.81%

R = 45.66%
G = 16.53%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD50B7 (or 0xDD50B7) is known color: Fuchsia. HEX triplet: DD, 50 and B7. RGB value is (221,80,183). Sum of RGB (Red+Green+Blue) = 221+80+183=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50B7 is #22AF48. Grayscale: #858585. Windows color (decimal): -2273097 or 12013789. OLE color: 12013789.

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

Color convert

RGB 221 80 183 -
CMYK 0 0.64 0.17 0.13
HSL 316.17º 0.67% 0.59% -
HSV(B) 316.17º 0.64% 0.87% -
XYZ 41.23 24.53 47.36 -
YUV 133.9 155.71 190.12 -
System Red Green Blue C M Y K H S L
Decimal 221 80 183 0 0.64 0.17 0.13 316.17 0.67 0.59
Hex DD 50 B7 0 40 11 D 13C 43 3B
Octal 335 120 267 0 100 21 15 474 103 73
Binary 11011101 1010000 10110111 0 1000000 10001 1101 100111100 1000011 111011

Color Harmonies of #DD50B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD50B7

Black with #DD50B7

Text Example


Text Example

White with #DD50B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD50B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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