Html Css Color HEX #DC41AF Fuchsia

📋 copy color: '#DC41AF'

red 220 ◦ green 65 ◦ blue 175

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

Shades of Fuchsia #DC41AF

Tints of Fuchsia #DC41AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.04%

R = 47.83%
G = 14.13%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC41AF (or 0xDC41AF) is known color: Fuchsia. HEX triplet: DC, 41 and AF. RGB value is (220,65,175). Sum of RGB (Red+Green+Blue) = 220+65+175=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC41AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC41AF is #23BE50. Grayscale: #7B7B7B. Windows color (decimal): -2342481 or 11485660. OLE color: 11485660.

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

Color convert

RGB 220 65 175 -
CMYK 0 0.70 0.20 0.14
HSL 317.42º 0.69% 0.56% -
HSV(B) 317.42º 0.7% 0.86% -
XYZ 39.14 22.09 42.76 -
YUV 123.89 156.85 196.56 -
System Red Green Blue C M Y K H S L
Decimal 220 65 175 0 0.70 0.20 0.14 317.42 0.69 0.56
Hex DC 41 AF 0 46 14 E 13D 45 38
Octal 334 101 257 0 106 24 16 475 105 70
Binary 11011100 1000001 10101111 0 1000110 10100 1110 100111101 1000101 111000

Color Harmonies of #DC41AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC41AF

Black with #DC41AF

Text Example


Text Example

White with #DC41AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC41AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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