Html Css Color HEX #DC5ABF Free Speech Magenta

📋 copy color: '#DC5ABF'

red 220 ◦ green 90 ◦ blue 191

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

Shades of Free Speech Magenta #DC5ABF

Tints of Free Speech Magenta #DC5ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.12%

R = 43.91%
G = 17.96%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC5ABF (or 0xDC5ABF) is known color: Free Speech Magenta. HEX triplet: DC, 5A and BF. RGB value is (220,90,191). Sum of RGB (Red+Green+Blue) = 220+90+191=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5ABF is #23A540. Grayscale: #8C8C8C. Windows color (decimal): -2336065 or 12540636. OLE color: 12540636.

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

Color convert

RGB 220 90 191 -
CMYK 0 0.59 0.13 0.14
HSL 313.38º 0.65% 0.61% -
HSV(B) 313.38º 0.59% 0.86% -
XYZ 42.58 26.29 52.12 -
YUV 140.38 156.57 184.79 -
System Red Green Blue C M Y K H S L
Decimal 220 90 191 0 0.59 0.13 0.14 313.38 0.65 0.61
Hex DC 5A BF 0 3B D E 139 41 3D
Octal 334 132 277 0 73 15 16 471 101 75
Binary 11011100 1011010 10111111 0 111011 1101 1110 100111001 1000001 111101

Color Harmonies of #DC5ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5ABF

Black with #DC5ABF

Text Example


Text Example

White with #DC5ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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