Html Css Color HEX #DC41BE Fuchsia

📋 copy color: '#DC41BE'

red 220 ◦ green 65 ◦ blue 190

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

Shades of Fuchsia #DC41BE

Tints of Fuchsia #DC41BE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.68%

 BLUE value IS 190 (74.61% from 255) = 40%

R = 46.32%
G = 13.68%
B = 40%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC41BE (or 0xDC41BE) is known color: Fuchsia. HEX triplet: DC, 41 and BE. RGB value is (220,65,190). Sum of RGB (Red+Green+Blue) = 220+65+190=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC41BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC41BE is #23BE41. Grayscale: #7D7D7D. Windows color (decimal): -2342466 or 12468700. OLE color: 12468700.

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

Color convert

RGB 220 65 190 -
CMYK 0 0.70 0.14 0.14
HSL 311.61º 0.69% 0.56% -
HSV(B) 311.61º 0.7% 0.86% -
XYZ 40.7 22.71 50.95 -
YUV 125.6 164.35 195.34 -
System Red Green Blue C M Y K H S L
Decimal 220 65 190 0 0.70 0.14 0.14 311.61 0.69 0.56
Hex DC 41 BE 0 46 E E 138 45 38
Octal 334 101 276 0 106 16 16 470 105 70
Binary 11011100 1000001 10111110 0 1000110 1110 1110 100111000 1000101 111000

Color Harmonies of #DC41BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC41BE

Black with #DC41BE

Text Example


Text Example

White with #DC41BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC41BE; }

 p { color: rgb(220,65,190); }

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

background-color css

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

 a { background-color: rgb(220,65,190); }

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

border-color css

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

 span { border-color: rgb(220,65,190); }

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