Html Css Color HEX #DD43B7 Fuchsia

📋 copy color: '#DD43B7'

red 221 ◦ green 67 ◦ blue 183

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

Shades of Fuchsia #DD43B7

Tints of Fuchsia #DD43B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.85%

R = 46.92%
G = 14.23%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD43B7 (or 0xDD43B7) is known color: Fuchsia. HEX triplet: DD, 43 and B7. RGB value is (221,67,183). Sum of RGB (Red+Green+Blue) = 221+67+183=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 67 (26.56% from 255 or 14.23% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD43B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD43B7 is #22BC48. Grayscale: #7D7D7D. Windows color (decimal): -2276425 or 12010461. OLE color: 12010461.

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

Color convert

RGB 221 67 183 -
CMYK 0 0.70 0.17 0.13
HSL 314.81º 0.69% 0.56% -
HSV(B) 314.81º 0.7% 0.87% -
XYZ 40.37 22.81 47.07 -
YUV 126.27 160.02 195.57 -
System Red Green Blue C M Y K H S L
Decimal 221 67 183 0 0.70 0.17 0.13 314.81 0.69 0.56
Hex DD 43 B7 0 46 11 D 13B 45 38
Octal 335 103 267 0 106 21 15 473 105 70
Binary 11011101 1000011 10110111 0 1000110 10001 1101 100111011 1000101 111000

Color Harmonies of #DD43B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD43B7

Black with #DD43B7

Text Example


Text Example

White with #DD43B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD43B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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