Html Css Color HEX #DD43B0 Fuchsia

📋 copy color: '#DD43B0'

red 221 ◦ green 67 ◦ blue 176

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

Shades of Fuchsia #DD43B0

Tints of Fuchsia #DD43B0

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.44%

 BLUE value IS 176 (69.14% from 255) = 37.93%

R = 47.63%
G = 14.44%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD43B0 (or 0xDD43B0) is known color: Fuchsia. HEX triplet: DD, 43 and B0. RGB value is (221,67,176). Sum of RGB (Red+Green+Blue) = 221+67+176=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD43B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD43B0 is #22BC4F. Grayscale: #7D7D7D. Windows color (decimal): -2276432 or 11551709. OLE color: 11551709.

HSL color Cylindrical-coordinate representation of color #DD43B0: hue angle of 317.53º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD43B0 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 67 176 -
CMYK 0 0.70 0.20 0.13
HSL 317.53º 0.69% 0.56% -
HSV(B) 317.53º 0.7% 0.87% -
XYZ 39.66 22.52 43.33 -
YUV 125.47 156.52 196.14 -
System Red Green Blue C M Y K H S L
Decimal 221 67 176 0 0.70 0.20 0.13 317.53 0.69 0.56
Hex DD 43 B0 0 46 14 D 13E 45 38
Octal 335 103 260 0 106 24 15 476 105 70
Binary 11011101 1000011 10110000 0 1000110 10100 1101 100111110 1000101 111000

Color Harmonies of #DD43B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD43B0

Black with #DD43B0

Text Example


Text Example

White with #DD43B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD43B0; }

 p { color: rgb(221,67,176); }

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

background-color css

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

 a { background-color: rgb(221,67,176); }

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

border-color css

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

 span { border-color: rgb(221,67,176); }

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