Html Css Color HEX #DC5AB3 Fuchsia

📋 copy color: '#DC5AB3'

red 220 ◦ green 90 ◦ blue 179

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

Shades of Fuchsia #DC5AB3

Tints of Fuchsia #DC5AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.61%

R = 44.99%
G = 18.4%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC5AB3 (or 0xDC5AB3) is known color: Fuchsia. HEX triplet: DC, 5A and B3. RGB value is (220,90,179). Sum of RGB (Red+Green+Blue) = 220+90+179=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 90 (35.55% from 255 or 18.40% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5AB3 is #23A54C. Grayscale: #8A8A8A. Windows color (decimal): -2336077 or 11754204. OLE color: 11754204.

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

Color convert

RGB 220 90 179 -
CMYK 0 0.59 0.19 0.14
HSL 318.92º 0.65% 0.61% -
HSV(B) 318.92º 0.59% 0.86% -
XYZ 41.31 25.78 45.45 -
YUV 139.02 150.57 185.76 -
System Red Green Blue C M Y K H S L
Decimal 220 90 179 0 0.59 0.19 0.14 318.92 0.65 0.61
Hex DC 5A B3 0 3B 13 E 13F 41 3D
Octal 334 132 263 0 73 23 16 477 101 75
Binary 11011100 1011010 10110011 0 111011 10011 1110 100111111 1000001 111101

Color Harmonies of #DC5AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5AB3

Black with #DC5AB3

Text Example


Text Example

White with #DC5AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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