Html Css Color HEX #DC53BE Free Speech Magenta

📋 copy color: '#DC53BE'

red 220 ◦ green 83 ◦ blue 190

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

Shades of Free Speech Magenta #DC53BE

Tints of Free Speech Magenta #DC53BE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.84%

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

R = 44.62%
G = 16.84%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC53BE (or 0xDC53BE) is known color: Free Speech Magenta. HEX triplet: DC, 53 and BE. RGB value is (220,83,190). Sum of RGB (Red+Green+Blue) = 220+83+190=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC53BE is #23AC41. Grayscale: #878787. Windows color (decimal): -2337858 or 12473308. OLE color: 12473308.

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

Color convert

RGB 220 83 190 -
CMYK 0 0.62 0.14 0.14
HSL 313.14º 0.66% 0.59% -
HSV(B) 313.14º 0.62% 0.86% -
XYZ 41.9 25.12 51.36 -
YUV 136.16 158.39 187.8 -
System Red Green Blue C M Y K H S L
Decimal 220 83 190 0 0.62 0.14 0.14 313.14 0.66 0.59
Hex DC 53 BE 0 3E E E 139 42 3B
Octal 334 123 276 0 76 16 16 471 102 73
Binary 11011100 1010011 10111110 0 111110 1110 1110 100111001 1000010 111011

Color Harmonies of #DC53BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC53BE

Black with #DC53BE

Text Example


Text Example

White with #DC53BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC53BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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