Html Css Color HEX #DC47BB Fuchsia

📋 copy color: '#DC47BB'

red 220 ◦ green 71 ◦ blue 187

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

Shades of Fuchsia #DC47BB

Tints of Fuchsia #DC47BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.12%

R = 46.03%
G = 14.85%
B = 39.12%

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

#DC47BB (or 0xDC47BB) is known color: Fuchsia. HEX triplet: DC, 47 and BB. RGB value is (220,71,187). Sum of RGB (Red+Green+Blue) = 220+71+187=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC47BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC47BB is #23B844. Grayscale: #808080. Windows color (decimal): -2340933 or 12273628. OLE color: 12273628.

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

Color convert

RGB 220 71 187 -
CMYK 0 0.68 0.15 0.14
HSL 313.29º 0.68% 0.57% -
HSV(B) 313.29º 0.68% 0.86% -
XYZ 40.74 23.31 49.37 -
YUV 128.78 160.86 193.07 -
System Red Green Blue C M Y K H S L
Decimal 220 71 187 0 0.68 0.15 0.14 313.29 0.68 0.57
Hex DC 47 BB 0 44 F E 139 44 39
Octal 334 107 273 0 104 17 16 471 104 71
Binary 11011100 1000111 10111011 0 1000100 1111 1110 100111001 1000100 111001

Color Harmonies of #DC47BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC47BB

Black with #DC47BB

Text Example


Text Example

White with #DC47BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC47BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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