Html Css Color HEX #DC3EBA Fuchsia

📋 copy color: '#DC3EBA'

red 220 ◦ green 62 ◦ blue 186

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

Shades of Fuchsia #DC3EBA

Tints of Fuchsia #DC3EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.74%

R = 47.01%
G = 13.25%
B = 39.74%

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

#DC3EBA (or 0xDC3EBA) is known color: Fuchsia. HEX triplet: DC, 3E and BA. RGB value is (220,62,186). Sum of RGB (Red+Green+Blue) = 220+62+186=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3EBA is #23C145. Grayscale: #7B7B7B. Windows color (decimal): -2343238 or 12205788. OLE color: 12205788.

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

Color convert

RGB 220 62 186 -
CMYK 0 0.72 0.15 0.14
HSL 312.91º 0.69% 0.55% -
HSV(B) 312.91º 0.72% 0.86% -
XYZ 40.1 22.21 48.63 -
YUV 123.38 163.35 196.92 -
System Red Green Blue C M Y K H S L
Decimal 220 62 186 0 0.72 0.15 0.14 312.91 0.69 0.55
Hex DC 3E BA 0 48 F E 139 45 37
Octal 334 76 272 0 110 17 16 471 105 67
Binary 11011100 111110 10111010 0 1001000 1111 1110 100111001 1000101 110111

Color Harmonies of #DC3EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3EBA

Black with #DC3EBA

Text Example


Text Example

White with #DC3EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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