Html Css Color HEX #DC40B1 Fuchsia

📋 copy color: '#DC40B1'

red 220 ◦ green 64 ◦ blue 177

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

Shades of Fuchsia #DC40B1

Tints of Fuchsia #DC40B1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.88%

 BLUE value IS 177 (69.53% from 255) = 38.39%

R = 47.72%
G = 13.88%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC40B1 (or 0xDC40B1) is known color: Fuchsia. HEX triplet: DC, 40 and B1. RGB value is (220,64,177). Sum of RGB (Red+Green+Blue) = 220+64+177=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC40B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC40B1 is #23BF4E. Grayscale: #7B7B7B. Windows color (decimal): -2342735 or 11616476. OLE color: 11616476.

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

Color convert

RGB 220 64 177 -
CMYK 0 0.71 0.20 0.14
HSL 316.54º 0.69% 0.56% -
HSV(B) 316.54º 0.71% 0.86% -
XYZ 39.28 22.06 43.78 -
YUV 123.53 158.18 196.81 -
System Red Green Blue C M Y K H S L
Decimal 220 64 177 0 0.71 0.20 0.14 316.54 0.69 0.56
Hex DC 40 B1 0 47 14 E 13D 45 38
Octal 334 100 261 0 107 24 16 475 105 70
Binary 11011100 1000000 10110001 0 1000111 10100 1110 100111101 1000101 111000

Color Harmonies of #DC40B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC40B1

Black with #DC40B1

Text Example


Text Example

White with #DC40B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC40B1; }

 p { color: rgb(220,64,177); }

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

background-color css

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

 a { background-color: rgb(220,64,177); }

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

border-color css

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

 span { border-color: rgb(220,64,177); }

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