Html Css Color HEX #DC43B5 Fuchsia

📋 copy color: '#DC43B5'

red 220 ◦ green 67 ◦ blue 181

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

Shades of Fuchsia #DC43B5

Tints of Fuchsia #DC43B5

RGB

 RED value IS 220 (86.33% from 255) = 47.01%

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

 BLUE value IS 181 (71.09% from 255) = 38.68%

R = 47.01%
G = 14.32%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC43B5 (or 0xDC43B5) is known color: Fuchsia. HEX triplet: DC, 43 and B5. RGB value is (220,67,181). Sum of RGB (Red+Green+Blue) = 220+67+181=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 67 (26.56% from 255 or 14.32% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC43B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC43B5 is #23BC4A. Grayscale: #7D7D7D. Windows color (decimal): -2341963 or 11879388. OLE color: 11879388.

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

Color convert

RGB 220 67 181 -
CMYK 0 0.70 0.18 0.14
HSL 315.29º 0.69% 0.56% -
HSV(B) 315.29º 0.7% 0.86% -
XYZ 39.86 22.57 45.97 -
YUV 125.74 159.19 195.23 -
System Red Green Blue C M Y K H S L
Decimal 220 67 181 0 0.70 0.18 0.14 315.29 0.69 0.56
Hex DC 43 B5 0 46 12 E 13B 45 38
Octal 334 103 265 0 106 22 16 473 105 70
Binary 11011100 1000011 10110101 0 1000110 10010 1110 100111011 1000101 111000

Color Harmonies of #DC43B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC43B5

Black with #DC43B5

Text Example


Text Example

White with #DC43B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC43B5; }

 p { color: rgb(220,67,181); }

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

background-color css

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

 a { background-color: rgb(220,67,181); }

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

border-color css

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

 span { border-color: rgb(220,67,181); }

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