Html Css Color HEX #DC43B9 Fuchsia

📋 copy color: '#DC43B9'

red 220 ◦ green 67 ◦ blue 185

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

Shades of Fuchsia #DC43B9

Tints of Fuchsia #DC43B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.19%

R = 46.61%
G = 14.19%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC43B9 (or 0xDC43B9) is known color: Fuchsia. HEX triplet: DC, 43 and B9. RGB value is (220,67,185). Sum of RGB (Red+Green+Blue) = 220+67+185=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 67 (26.56% from 255 or 14.19% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC43B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC43B9 is #23BC46. Grayscale: #7D7D7D. Windows color (decimal): -2341959 or 12141532. OLE color: 12141532.

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

Color convert

RGB 220 67 185 -
CMYK 0 0.70 0.16 0.14
HSL 313.73º 0.69% 0.56% -
HSV(B) 313.73º 0.7% 0.86% -
XYZ 40.28 22.73 48.16 -
YUV 126.2 161.19 194.91 -
System Red Green Blue C M Y K H S L
Decimal 220 67 185 0 0.70 0.16 0.14 313.73 0.69 0.56
Hex DC 43 B9 0 46 10 E 13A 45 38
Octal 334 103 271 0 106 20 16 472 105 70
Binary 11011100 1000011 10111001 0 1000110 10000 1110 100111010 1000101 111000

Color Harmonies of #DC43B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC43B9

Black with #DC43B9

Text Example


Text Example

White with #DC43B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC43B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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