Html Css Color HEX #DD43B2 Fuchsia

📋 copy color: '#DD43B2'

red 221 ◦ green 67 ◦ blue 178

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

Shades of Fuchsia #DD43B2

Tints of Fuchsia #DD43B2

RGB

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

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

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

R = 47.42%
G = 14.38%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD43B2 (or 0xDD43B2) is known color: Fuchsia. HEX triplet: DD, 43 and B2. RGB value is (221,67,178). Sum of RGB (Red+Green+Blue) = 221+67+178=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD43B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD43B2 is #22BC4D. Grayscale: #7D7D7D. Windows color (decimal): -2276430 or 11682781. OLE color: 11682781.

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

Color convert

RGB 221 67 178 -
CMYK 0 0.70 0.19 0.13
HSL 316.75º 0.69% 0.56% -
HSV(B) 316.75º 0.7% 0.87% -
XYZ 39.86 22.6 44.38 -
YUV 125.7 157.52 195.97 -
System Red Green Blue C M Y K H S L
Decimal 221 67 178 0 0.70 0.19 0.13 316.75 0.69 0.56
Hex DD 43 B2 0 46 13 D 13D 45 38
Octal 335 103 262 0 106 23 15 475 105 70
Binary 11011101 1000011 10110010 0 1000110 10011 1101 100111101 1000101 111000

Color Harmonies of #DD43B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD43B2

Black with #DD43B2

Text Example


Text Example

White with #DD43B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD43B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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