Html Css Color HEX #DC55B1 Fuchsia

📋 copy color: '#DC55B1'

red 220 ◦ green 85 ◦ blue 177

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

Shades of Fuchsia #DC55B1

Tints of Fuchsia #DC55B1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.63%

 BLUE value IS 177 (69.53% from 255) = 36.72%

R = 45.64%
G = 17.63%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC55B1 (or 0xDC55B1) is known color: Fuchsia. HEX triplet: DC, 55 and B1. RGB value is (220,85,177). Sum of RGB (Red+Green+Blue) = 220+85+177=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC55B1 is #23AA4E. Grayscale: #878787. Windows color (decimal): -2337359 or 11621852. OLE color: 11621852.

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

Color convert

RGB 220 85 177 -
CMYK 0 0.61 0.20 0.14
HSL 319.11º 0.66% 0.6% -
HSV(B) 319.11º 0.61% 0.86% -
XYZ 40.7 24.89 44.25 -
YUV 135.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 220 85 177 0 0.61 0.20 0.14 319.11 0.66 0.6
Hex DC 55 B1 0 3D 14 E 13F 42 3C
Octal 334 125 261 0 75 24 16 477 102 74
Binary 11011100 1010101 10110001 0 111101 10100 1110 100111111 1000010 111100

Color Harmonies of #DC55B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC55B1

Black with #DC55B1

Text Example


Text Example

White with #DC55B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC55B1; }

 p { color: rgb(220,85,177); }

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

background-color css

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

 a { background-color: rgb(220,85,177); }

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

border-color css

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

 span { border-color: rgb(220,85,177); }

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