Html Css Color HEX #DC40B2 Fuchsia

📋 copy color: '#DC40B2'

red 220 ◦ green 64 ◦ blue 178

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

Shades of Fuchsia #DC40B2

Tints of Fuchsia #DC40B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.53%

R = 47.62%
G = 13.85%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC40B2 (or 0xDC40B2) is known color: Fuchsia. HEX triplet: DC, 40 and B2. RGB value is (220,64,178). Sum of RGB (Red+Green+Blue) = 220+64+178=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC40B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC40B2 is #23BF4D. Grayscale: #7B7B7B. Windows color (decimal): -2342734 or 11682012. OLE color: 11682012.

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

Color convert

RGB 220 64 178 -
CMYK 0 0.71 0.19 0.14
HSL 316.15º 0.69% 0.56% -
HSV(B) 316.15º 0.71% 0.86% -
XYZ 39.38 22.1 44.31 -
YUV 123.64 158.68 196.73 -
System Red Green Blue C M Y K H S L
Decimal 220 64 178 0 0.71 0.19 0.14 316.15 0.69 0.56
Hex DC 40 B2 0 47 13 E 13C 45 38
Octal 334 100 262 0 107 23 16 474 105 70
Binary 11011100 1000000 10110010 0 1000111 10011 1110 100111100 1000101 111000

Color Harmonies of #DC40B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC40B2

Black with #DC40B2

Text Example


Text Example

White with #DC40B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC40B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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