Html Css Color HEX #DD50B9 Fuchsia

📋 copy color: '#DD50B9'

red 221 ◦ green 80 ◦ blue 185

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

Shades of Fuchsia #DD50B9

Tints of Fuchsia #DD50B9

RGB

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

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

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

R = 45.47%
G = 16.46%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD50B9 (or 0xDD50B9) is known color: Fuchsia. HEX triplet: DD, 50 and B9. RGB value is (221,80,185). Sum of RGB (Red+Green+Blue) = 221+80+185=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50B9 is #22AF46. Grayscale: #858585. Windows color (decimal): -2273095 or 12144861. OLE color: 12144861.

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

Color convert

RGB 221 80 185 -
CMYK 0 0.64 0.16 0.13
HSL 315.32º 0.67% 0.59% -
HSV(B) 315.32º 0.64% 0.87% -
XYZ 41.44 24.61 48.47 -
YUV 134.13 156.71 189.96 -
System Red Green Blue C M Y K H S L
Decimal 221 80 185 0 0.64 0.16 0.13 315.32 0.67 0.59
Hex DD 50 B9 0 40 10 D 13B 43 3B
Octal 335 120 271 0 100 20 15 473 103 73
Binary 11011101 1010000 10111001 0 1000000 10000 1101 100111011 1000011 111011

Color Harmonies of #DD50B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD50B9

Black with #DD50B9

Text Example


Text Example

White with #DD50B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD50B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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