Html Css Color HEX #DC5AB6 Fuchsia

📋 copy color: '#DC5AB6'

red 220 ◦ green 90 ◦ blue 182

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

Shades of Fuchsia #DC5AB6

Tints of Fuchsia #DC5AB6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.29%

 BLUE value IS 182 (71.48% from 255) = 36.99%

R = 44.72%
G = 18.29%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DC5AB6 (or 0xDC5AB6) is known color: Fuchsia. HEX triplet: DC, 5A and B6. RGB value is (220,90,182). Sum of RGB (Red+Green+Blue) = 220+90+182=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5AB6 is #23A549. Grayscale: #8B8B8B. Windows color (decimal): -2336074 or 11950812. OLE color: 11950812.

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

Color convert

RGB 220 90 182 -
CMYK 0 0.59 0.17 0.14
HSL 317.54º 0.65% 0.61% -
HSV(B) 317.54º 0.59% 0.86% -
XYZ 41.61 25.91 47.06 -
YUV 139.36 152.07 185.52 -
System Red Green Blue C M Y K H S L
Decimal 220 90 182 0 0.59 0.17 0.14 317.54 0.65 0.61
Hex DC 5A B6 0 3B 11 E 13E 41 3D
Octal 334 132 266 0 73 21 16 476 101 75
Binary 11011100 1011010 10110110 0 111011 10001 1110 100111110 1000001 111101

Color Harmonies of #DC5AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5AB6

Black with #DC5AB6

Text Example


Text Example

White with #DC5AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5AB6; }

 p { color: rgb(220,90,182); }

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

background-color css

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

 a { background-color: rgb(220,90,182); }

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

border-color css

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

 span { border-color: rgb(220,90,182); }

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