Html Css Color HEX #DC43BE Fuchsia

📋 copy color: '#DC43BE'

red 220 ◦ green 67 ◦ blue 190

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

Shades of Fuchsia #DC43BE

Tints of Fuchsia #DC43BE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.05%

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

R = 46.12%
G = 14.05%
B = 39.83%

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

#DC43BE (or 0xDC43BE) is known color: Fuchsia. HEX triplet: DC, 43 and BE. RGB value is (220,67,190). Sum of RGB (Red+Green+Blue) = 220+67+190=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 67 (26.56% from 255 or 14.05% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC43BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC43BE is #23BC41. Grayscale: #7E7E7E. Windows color (decimal): -2341954 or 12469212. OLE color: 12469212.

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

Color convert

RGB 220 67 190 -
CMYK 0 0.70 0.14 0.14
HSL 311.76º 0.69% 0.56% -
HSV(B) 311.76º 0.7% 0.86% -
XYZ 40.82 22.95 50.99 -
YUV 126.77 163.69 194.5 -
System Red Green Blue C M Y K H S L
Decimal 220 67 190 0 0.70 0.14 0.14 311.76 0.69 0.56
Hex DC 43 BE 0 46 E E 138 45 38
Octal 334 103 276 0 106 16 16 470 105 70
Binary 11011100 1000011 10111110 0 1000110 1110 1110 100111000 1000101 111000

Color Harmonies of #DC43BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC43BE

Black with #DC43BE

Text Example


Text Example

White with #DC43BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC43BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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