Html Css Color HEX #DC47BC Fuchsia

📋 copy color: '#DC47BC'

red 220 ◦ green 71 ◦ blue 188

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

Shades of Fuchsia #DC47BC

Tints of Fuchsia #DC47BC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.82%

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

R = 45.93%
G = 14.82%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC47BC (or 0xDC47BC) is known color: Fuchsia. HEX triplet: DC, 47 and BC. RGB value is (220,71,188). Sum of RGB (Red+Green+Blue) = 220+71+188=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC47BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC47BC is #23B843. Grayscale: #808080. Windows color (decimal): -2340932 or 12339164. OLE color: 12339164.

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

Color convert

RGB 220 71 188 -
CMYK 0 0.68 0.15 0.14
HSL 312.89º 0.68% 0.57% -
HSV(B) 312.89º 0.68% 0.86% -
XYZ 40.85 23.35 49.93 -
YUV 128.89 161.36 192.99 -
System Red Green Blue C M Y K H S L
Decimal 220 71 188 0 0.68 0.15 0.14 312.89 0.68 0.57
Hex DC 47 BC 0 44 F E 139 44 39
Octal 334 107 274 0 104 17 16 471 104 71
Binary 11011100 1000111 10111100 0 1000100 1111 1110 100111001 1000100 111001

Color Harmonies of #DC47BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC47BC

Black with #DC47BC

Text Example


Text Example

White with #DC47BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC47BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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