Html Css Color HEX #DD4EB2 Fuchsia

📋 copy color: '#DD4EB2'

red 221 ◦ green 78 ◦ blue 178

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

Shades of Fuchsia #DD4EB2

Tints of Fuchsia #DD4EB2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.35%

 BLUE value IS 178 (69.92% from 255) = 37.32%

R = 46.33%
G = 16.35%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD4EB2 (or 0xDD4EB2) is known color: Fuchsia. HEX triplet: DD, 4E and B2. RGB value is (221,78,178). Sum of RGB (Red+Green+Blue) = 221+78+178=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4EB2 is #22B14D. Grayscale: #838383. Windows color (decimal): -2273614 or 11685597. OLE color: 11685597.

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

Color convert

RGB 221 78 178 -
CMYK 0 0.65 0.19 0.13
HSL 318.04º 0.68% 0.59% -
HSV(B) 318.04º 0.65% 0.87% -
XYZ 40.58 24.04 44.62 -
YUV 132.16 153.88 191.37 -
System Red Green Blue C M Y K H S L
Decimal 221 78 178 0 0.65 0.19 0.13 318.04 0.68 0.59
Hex DD 4E B2 0 41 13 D 13E 44 3B
Octal 335 116 262 0 101 23 15 476 104 73
Binary 11011101 1001110 10110010 0 1000001 10011 1101 100111110 1000100 111011

Color Harmonies of #DD4EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4EB2

Black with #DD4EB2

Text Example


Text Example

White with #DD4EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4EB2; }

 p { color: rgb(221,78,178); }

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

background-color css

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

 a { background-color: rgb(221,78,178); }

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

border-color css

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

 span { border-color: rgb(221,78,178); }

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