Html Css Color HEX #DD4FB5 Fuchsia

📋 copy color: '#DD4FB5'

red 221 ◦ green 79 ◦ blue 181

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

Shades of Fuchsia #DD4FB5

Tints of Fuchsia #DD4FB5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.42%

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

R = 45.95%
G = 16.42%
B = 37.63%

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

#DD4FB5 (or 0xDD4FB5) is known color: Fuchsia. HEX triplet: DD, 4F and B5. RGB value is (221,79,181). Sum of RGB (Red+Green+Blue) = 221+79+181=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4FB5 is #22B04A. Grayscale: #848484. Windows color (decimal): -2273355 or 11882461. OLE color: 11882461.

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

Color convert

RGB 221 79 181 -
CMYK 0 0.64 0.18 0.13
HSL 316.9º 0.68% 0.59% -
HSV(B) 316.9º 0.64% 0.87% -
XYZ 40.96 24.3 46.25 -
YUV 133.09 155.04 190.71 -
System Red Green Blue C M Y K H S L
Decimal 221 79 181 0 0.64 0.18 0.13 316.9 0.68 0.59
Hex DD 4F B5 0 40 12 D 13D 44 3B
Octal 335 117 265 0 100 22 15 475 104 73
Binary 11011101 1001111 10110101 0 1000000 10010 1101 100111101 1000100 111011

Color Harmonies of #DD4FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4FB5

Black with #DD4FB5

Text Example


Text Example

White with #DD4FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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