Html Css Color HEX #DC3EBC Fuchsia

📋 copy color: '#DC3EBC'

red 220 ◦ green 62 ◦ blue 188

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

Shades of Fuchsia #DC3EBC

Tints of Fuchsia #DC3EBC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.19%

 BLUE value IS 188 (73.83% from 255) = 40%

R = 46.81%
G = 13.19%
B = 40%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC3EBC (or 0xDC3EBC) is known color: Fuchsia. HEX triplet: DC, 3E and BC. RGB value is (220,62,188). Sum of RGB (Red+Green+Blue) = 220+62+188=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 62 (24.61% from 255 or 13.19% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3EBC is #23C143. Grayscale: #7B7B7B. Windows color (decimal): -2343236 or 12336860. OLE color: 12336860.

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

Color convert

RGB 220 62 188 -
CMYK 0 0.72 0.15 0.14
HSL 312.15º 0.69% 0.55% -
HSV(B) 312.15º 0.72% 0.86% -
XYZ 40.31 22.29 49.75 -
YUV 123.61 164.35 196.75 -
System Red Green Blue C M Y K H S L
Decimal 220 62 188 0 0.72 0.15 0.14 312.15 0.69 0.55
Hex DC 3E BC 0 48 F E 138 45 37
Octal 334 76 274 0 110 17 16 470 105 67
Binary 11011100 111110 10111100 0 1001000 1111 1110 100111000 1000101 110111

Color Harmonies of #DC3EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3EBC

Black with #DC3EBC

Text Example


Text Example

White with #DC3EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3EBC; }

 p { color: rgb(220,62,188); }

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

background-color css

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

 a { background-color: rgb(220,62,188); }

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

border-color css

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

 span { border-color: rgb(220,62,188); }

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