Html Css Color HEX #DC40BA Fuchsia

📋 copy color: '#DC40BA'

red 220 ◦ green 64 ◦ blue 186

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

Shades of Fuchsia #DC40BA

Tints of Fuchsia #DC40BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 46.81%
G = 13.62%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC40BA (or 0xDC40BA) is known color: Fuchsia. HEX triplet: DC, 40 and BA. RGB value is (220,64,186). Sum of RGB (Red+Green+Blue) = 220+64+186=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC40BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC40BA is #23BF45. Grayscale: #7C7C7C. Windows color (decimal): -2342726 or 12206300. OLE color: 12206300.

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

Color convert

RGB 220 64 186 -
CMYK 0 0.71 0.15 0.14
HSL 313.08º 0.69% 0.56% -
HSV(B) 313.08º 0.71% 0.86% -
XYZ 40.21 22.43 48.66 -
YUV 124.55 162.68 196.08 -
System Red Green Blue C M Y K H S L
Decimal 220 64 186 0 0.71 0.15 0.14 313.08 0.69 0.56
Hex DC 40 BA 0 47 F E 139 45 38
Octal 334 100 272 0 107 17 16 471 105 70
Binary 11011100 1000000 10111010 0 1000111 1111 1110 100111001 1000101 111000

Color Harmonies of #DC40BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC40BA

Black with #DC40BA

Text Example


Text Example

White with #DC40BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC40BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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