Html Css Color HEX #DD54B3 Fuchsia

📋 copy color: '#DD54B3'

red 221 ◦ green 84 ◦ blue 179

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

Shades of Fuchsia #DD54B3

Tints of Fuchsia #DD54B3

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.36%

 BLUE value IS 179 (70.31% from 255) = 36.98%

R = 45.66%
G = 17.36%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD54B3 (or 0xDD54B3) is known color: Fuchsia. HEX triplet: DD, 54 and B3. RGB value is (221,84,179). Sum of RGB (Red+Green+Blue) = 221+84+179=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD54B3 is #22AB4C. Grayscale: #878787. Windows color (decimal): -2272077 or 11752669. OLE color: 11752669.

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

Color convert

RGB 221 84 179 -
CMYK 0 0.62 0.19 0.13
HSL 318.39º 0.67% 0.6% -
HSV(B) 318.39º 0.62% 0.87% -
XYZ 41.13 24.97 45.3 -
YUV 135.79 152.39 188.78 -
System Red Green Blue C M Y K H S L
Decimal 221 84 179 0 0.62 0.19 0.13 318.39 0.67 0.6
Hex DD 54 B3 0 3E 13 D 13E 43 3C
Octal 335 124 263 0 76 23 15 476 103 74
Binary 11011101 1010100 10110011 0 111110 10011 1101 100111110 1000011 111100

Color Harmonies of #DD54B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD54B3

Black with #DD54B3

Text Example


Text Example

White with #DD54B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD54B3; }

 p { color: rgb(221,84,179); }

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

background-color css

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

 a { background-color: rgb(221,84,179); }

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

border-color css

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

 span { border-color: rgb(221,84,179); }

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