Html Css Color HEX #DD43B3 Fuchsia

📋 copy color: '#DD43B3'

red 221 ◦ green 67 ◦ blue 179

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

Shades of Fuchsia #DD43B3

Tints of Fuchsia #DD43B3

RGB

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

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

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

R = 47.32%
G = 14.35%
B = 38.33%

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

#DD43B3 (or 0xDD43B3) is known color: Fuchsia. HEX triplet: DD, 43 and B3. RGB value is (221,67,179). Sum of RGB (Red+Green+Blue) = 221+67+179=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD43B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD43B3 is #22BC4C. Grayscale: #7D7D7D. Windows color (decimal): -2276429 or 11748317. OLE color: 11748317.

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

Color convert

RGB 221 67 179 -
CMYK 0 0.70 0.19 0.13
HSL 316.36º 0.69% 0.56% -
HSV(B) 316.36º 0.7% 0.87% -
XYZ 39.96 22.64 44.91 -
YUV 125.81 158.02 195.89 -
System Red Green Blue C M Y K H S L
Decimal 221 67 179 0 0.70 0.19 0.13 316.36 0.69 0.56
Hex DD 43 B3 0 46 13 D 13C 45 38
Octal 335 103 263 0 106 23 15 474 105 70
Binary 11011101 1000011 10110011 0 1000110 10011 1101 100111100 1000101 111000

Color Harmonies of #DD43B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD43B3

Black with #DD43B3

Text Example


Text Example

White with #DD43B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD43B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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