Html Css Color HEX #DC56B7 Fuchsia

📋 copy color: '#DC56B7'

red 220 ◦ green 86 ◦ blue 183

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

Shades of Fuchsia #DC56B7

Tints of Fuchsia #DC56B7

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.59%

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

R = 44.99%
G = 17.59%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DC56B7 (or 0xDC56B7) is known color: Fuchsia. HEX triplet: DC, 56 and B7. RGB value is (220,86,183). Sum of RGB (Red+Green+Blue) = 220+86+183=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC56B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC56B7 is #23A948. Grayscale: #888888. Windows color (decimal): -2337097 or 12015324. OLE color: 12015324.

HSL color Cylindrical-coordinate representation of color #DC56B7: hue angle of 316.57º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC56B7 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 86 183 -
CMYK 0 0.61 0.17 0.14
HSL 316.57º 0.66% 0.6% -
HSV(B) 316.57º 0.61% 0.86% -
XYZ 41.39 25.29 47.5 -
YUV 137.12 153.89 187.11 -
System Red Green Blue C M Y K H S L
Decimal 220 86 183 0 0.61 0.17 0.14 316.57 0.66 0.6
Hex DC 56 B7 0 3D 11 E 13D 42 3C
Octal 334 126 267 0 75 21 16 475 102 74
Binary 11011100 1010110 10110111 0 111101 10001 1110 100111101 1000010 111100

Color Harmonies of #DC56B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC56B7

Black with #DC56B7

Text Example


Text Example

White with #DC56B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC56B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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