Html Css Color HEX #DC47B7 Fuchsia

📋 copy color: '#DC47B7'

red 220 ◦ green 71 ◦ blue 183

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

Shades of Fuchsia #DC47B7

Tints of Fuchsia #DC47B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.61%

R = 46.41%
G = 14.98%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DC47B7 (or 0xDC47B7) is known color: Fuchsia. HEX triplet: DC, 47 and B7. RGB value is (220,71,183). Sum of RGB (Red+Green+Blue) = 220+71+183=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 71 (28.12% from 255 or 14.98% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC47B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC47B7 is #23B848. Grayscale: #808080. Windows color (decimal): -2340937 or 12011484. OLE color: 12011484.

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

Color convert

RGB 220 71 183 -
CMYK 0 0.68 0.17 0.14
HSL 314.9º 0.68% 0.57% -
HSV(B) 314.9º 0.68% 0.86% -
XYZ 40.32 23.14 47.14 -
YUV 128.32 158.86 193.39 -
System Red Green Blue C M Y K H S L
Decimal 220 71 183 0 0.68 0.17 0.14 314.9 0.68 0.57
Hex DC 47 B7 0 44 11 E 13B 44 39
Octal 334 107 267 0 104 21 16 473 104 71
Binary 11011100 1000111 10110111 0 1000100 10001 1110 100111011 1000100 111001

Color Harmonies of #DC47B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC47B7

Black with #DC47B7

Text Example


Text Example

White with #DC47B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC47B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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