Html Css Color HEX #DC55B5 Fuchsia

📋 copy color: '#DC55B5'

red 220 ◦ green 85 ◦ blue 181

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

Shades of Fuchsia #DC55B5

Tints of Fuchsia #DC55B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.24%

R = 45.27%
G = 17.49%
B = 37.24%

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

#DC55B5 (or 0xDC55B5) is known color: Fuchsia. HEX triplet: DC, 55 and B5. RGB value is (220,85,181). Sum of RGB (Red+Green+Blue) = 220+85+181=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC55B5 is #23AA4A. Grayscale: #888888. Windows color (decimal): -2337355 or 11883996. OLE color: 11883996.

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

Color convert

RGB 220 85 181 -
CMYK 0 0.61 0.18 0.14
HSL 317.33º 0.66% 0.6% -
HSV(B) 317.33º 0.61% 0.86% -
XYZ 41.1 25.05 46.38 -
YUV 136.31 153.23 187.69 -
System Red Green Blue C M Y K H S L
Decimal 220 85 181 0 0.61 0.18 0.14 317.33 0.66 0.6
Hex DC 55 B5 0 3D 12 E 13D 42 3C
Octal 334 125 265 0 75 22 16 475 102 74
Binary 11011100 1010101 10110101 0 111101 10010 1110 100111101 1000010 111100

Color Harmonies of #DC55B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC55B5

Black with #DC55B5

Text Example


Text Example

White with #DC55B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC55B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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