Html Css Color HEX #DC40B8 Fuchsia

📋 copy color: '#DC40B8'

red 220 ◦ green 64 ◦ blue 184

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

Shades of Fuchsia #DC40B8

Tints of Fuchsia #DC40B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.32%

R = 47.01%
G = 13.68%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC40B8 (or 0xDC40B8) is known color: Fuchsia. HEX triplet: DC, 40 and B8. RGB value is (220,64,184). Sum of RGB (Red+Green+Blue) = 220+64+184=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC40B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC40B8 is #23BF47. Grayscale: #7B7B7B. Windows color (decimal): -2342728 or 12075228. OLE color: 12075228.

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

Color convert

RGB 220 64 184 -
CMYK 0 0.71 0.16 0.14
HSL 313.85º 0.69% 0.56% -
HSV(B) 313.85º 0.71% 0.86% -
XYZ 40 22.34 47.55 -
YUV 124.32 161.68 196.24 -
System Red Green Blue C M Y K H S L
Decimal 220 64 184 0 0.71 0.16 0.14 313.85 0.69 0.56
Hex DC 40 B8 0 47 10 E 13A 45 38
Octal 334 100 270 0 107 20 16 472 105 70
Binary 11011100 1000000 10111000 0 1000111 10000 1110 100111010 1000101 111000

Color Harmonies of #DC40B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC40B8

Black with #DC40B8

Text Example


Text Example

White with #DC40B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC40B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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