Html Css Color HEX #DC55B2 Fuchsia

📋 copy color: '#DC55B2'

red 220 ◦ green 85 ◦ blue 178

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

Shades of Fuchsia #DC55B2

Tints of Fuchsia #DC55B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.85%

R = 45.55%
G = 17.6%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC55B2 (or 0xDC55B2) is known color: Fuchsia. HEX triplet: DC, 55 and B2. RGB value is (220,85,178). Sum of RGB (Red+Green+Blue) = 220+85+178=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC55B2 is #23AA4D. Grayscale: #878787. Windows color (decimal): -2337358 or 11687388. OLE color: 11687388.

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

Color convert

RGB 220 85 178 -
CMYK 0 0.61 0.19 0.14
HSL 318.67º 0.66% 0.6% -
HSV(B) 318.67º 0.61% 0.86% -
XYZ 40.8 24.93 44.78 -
YUV 135.97 151.73 187.94 -
System Red Green Blue C M Y K H S L
Decimal 220 85 178 0 0.61 0.19 0.14 318.67 0.66 0.6
Hex DC 55 B2 0 3D 13 E 13F 42 3C
Octal 334 125 262 0 75 23 16 477 102 74
Binary 11011100 1010101 10110010 0 111101 10011 1110 100111111 1000010 111100

Color Harmonies of #DC55B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC55B2

Black with #DC55B2

Text Example


Text Example

White with #DC55B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC55B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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