Html Css Color HEX #DC56B4 Fuchsia

📋 copy color: '#DC56B4'

red 220 ◦ green 86 ◦ blue 180

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

Shades of Fuchsia #DC56B4

Tints of Fuchsia #DC56B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.04%

R = 45.27%
G = 17.7%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC56B4 (or 0xDC56B4) is known color: Fuchsia. HEX triplet: DC, 56 and B4. RGB value is (220,86,180). Sum of RGB (Red+Green+Blue) = 220+86+180=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC56B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC56B4 is #23A94B. Grayscale: #888888. Windows color (decimal): -2337100 or 11818716. OLE color: 11818716.

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

Color convert

RGB 220 86 180 -
CMYK 0 0.61 0.18 0.14
HSL 317.91º 0.66% 0.6% -
HSV(B) 317.91º 0.61% 0.86% -
XYZ 41.08 25.17 45.87 -
YUV 136.78 152.39 187.36 -
System Red Green Blue C M Y K H S L
Decimal 220 86 180 0 0.61 0.18 0.14 317.91 0.66 0.6
Hex DC 56 B4 0 3D 12 E 13E 42 3C
Octal 334 126 264 0 75 22 16 476 102 74
Binary 11011100 1010110 10110100 0 111101 10010 1110 100111110 1000010 111100

Color Harmonies of #DC56B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC56B4

Black with #DC56B4

Text Example


Text Example

White with #DC56B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC56B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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