Html Css Color HEX #DC41B9 Fuchsia

📋 copy color: '#DC41B9'

red 220 ◦ green 65 ◦ blue 185

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

Shades of Fuchsia #DC41B9

Tints of Fuchsia #DC41B9

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.83%

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

R = 46.81%
G = 13.83%
B = 39.36%

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

#DC41B9 (or 0xDC41B9) is known color: Fuchsia. HEX triplet: DC, 41 and B9. RGB value is (220,65,185). Sum of RGB (Red+Green+Blue) = 220+65+185=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 185 (72.66% from 255 or 39.36% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC41B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC41B9 is #23BE46. Grayscale: #7C7C7C. Windows color (decimal): -2342471 or 12141020. OLE color: 12141020.

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

Color convert

RGB 220 65 185 -
CMYK 0 0.70 0.16 0.14
HSL 313.55º 0.69% 0.56% -
HSV(B) 313.55º 0.7% 0.86% -
XYZ 40.16 22.5 48.12 -
YUV 125.03 161.85 195.74 -
System Red Green Blue C M Y K H S L
Decimal 220 65 185 0 0.70 0.16 0.14 313.55 0.69 0.56
Hex DC 41 B9 0 46 10 E 13A 45 38
Octal 334 101 271 0 106 20 16 472 105 70
Binary 11011100 1000001 10111001 0 1000110 10000 1110 100111010 1000101 111000

Color Harmonies of #DC41B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC41B9

Black with #DC41B9

Text Example


Text Example

White with #DC41B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC41B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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