Html Css Color HEX #DC59B5 Fuchsia

📋 copy color: '#DC59B5'

red 220 ◦ green 89 ◦ blue 181

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

Shades of Fuchsia #DC59B5

Tints of Fuchsia #DC59B5

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.16%

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

R = 44.9%
G = 18.16%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC59B5 (or 0xDC59B5) is known color: Fuchsia. HEX triplet: DC, 59 and B5. RGB value is (220,89,181). Sum of RGB (Red+Green+Blue) = 220+89+181=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC59B5 is #23A64A. Grayscale: #8A8A8A. Windows color (decimal): -2336331 or 11885020. OLE color: 11885020.

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

Color convert

RGB 220 89 181 -
CMYK 0 0.60 0.18 0.14
HSL 317.86º 0.65% 0.61% -
HSV(B) 317.86º 0.6% 0.86% -
XYZ 41.43 25.7 46.49 -
YUV 138.66 151.9 186.02 -
System Red Green Blue C M Y K H S L
Decimal 220 89 181 0 0.60 0.18 0.14 317.86 0.65 0.61
Hex DC 59 B5 0 3C 12 E 13E 41 3D
Octal 334 131 265 0 74 22 16 476 101 75
Binary 11011100 1011001 10110101 0 111100 10010 1110 100111110 1000001 111101

Color Harmonies of #DC59B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC59B5

Black with #DC59B5

Text Example


Text Example

White with #DC59B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC59B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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