Html Css Color HEX #DC5ABE Free Speech Magenta

📋 copy color: '#DC5ABE'

red 220 ◦ green 90 ◦ blue 190

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

Shades of Free Speech Magenta #DC5ABE

Tints of Free Speech Magenta #DC5ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38%

R = 44%
G = 18%
B = 38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC5ABE (or 0xDC5ABE) is known color: Free Speech Magenta. HEX triplet: DC, 5A and BE. RGB value is (220,90,190). Sum of RGB (Red+Green+Blue) = 220+90+190=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5ABE is #23A541. Grayscale: #8C8C8C. Windows color (decimal): -2336066 or 12475100. OLE color: 12475100.

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

Color convert

RGB 220 90 190 -
CMYK 0 0.59 0.14 0.14
HSL 313.85º 0.65% 0.61% -
HSV(B) 313.85º 0.59% 0.86% -
XYZ 42.47 26.25 51.54 -
YUV 140.27 156.07 184.87 -
System Red Green Blue C M Y K H S L
Decimal 220 90 190 0 0.59 0.14 0.14 313.85 0.65 0.61
Hex DC 5A BE 0 3B E E 13A 41 3D
Octal 334 132 276 0 73 16 16 472 101 75
Binary 11011100 1011010 10111110 0 111011 1110 1110 100111010 1000001 111101

Color Harmonies of #DC5ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5ABE

Black with #DC5ABE

Text Example


Text Example

White with #DC5ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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