Html Css Color HEX #DC40BF Fuchsia

📋 copy color: '#DC40BF'

red 220 ◦ green 64 ◦ blue 191

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

Shades of Fuchsia #DC40BF

Tints of Fuchsia #DC40BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.21%

R = 46.32%
G = 13.47%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC40BF (or 0xDC40BF) is known color: Fuchsia. HEX triplet: DC, 40 and BF. RGB value is (220,64,191). Sum of RGB (Red+Green+Blue) = 220+64+191=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC40BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC40BF is #23BF40. Grayscale: #7C7C7C. Windows color (decimal): -2342721 or 12533980. OLE color: 12533980.

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

Color convert

RGB 220 64 191 -
CMYK 0 0.71 0.13 0.14
HSL 311.15º 0.69% 0.56% -
HSV(B) 311.15º 0.71% 0.86% -
XYZ 40.75 22.64 51.51 -
YUV 125.12 165.18 195.67 -
System Red Green Blue C M Y K H S L
Decimal 220 64 191 0 0.71 0.13 0.14 311.15 0.69 0.56
Hex DC 40 BF 0 47 D E 137 45 38
Octal 334 100 277 0 107 15 16 467 105 70
Binary 11011100 1000000 10111111 0 1000111 1101 1110 100110111 1000101 111000

Color Harmonies of #DC40BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC40BF

Black with #DC40BF

Text Example


Text Example

White with #DC40BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC40BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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