Html Css Color HEX #DC53D9 Free Speech Magenta

📋 copy color: '#DC53D9'

red 220 ◦ green 83 ◦ blue 217

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

Shades of Free Speech Magenta #DC53D9

Tints of Free Speech Magenta #DC53D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.73%

R = 42.31%
G = 15.96%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC53D9 (or 0xDC53D9) is known color: Free Speech Magenta. HEX triplet: DC, 53 and D9. RGB value is (220,83,217). Sum of RGB (Red+Green+Blue) = 220+83+217=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 83 (32.81% from 255 or 15.96% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC53D9 is #23AC26. Grayscale: #8A8A8A. Windows color (decimal): -2337831 or 14242780. OLE color: 14242780.

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

Color convert

RGB 220 83 217 -
CMYK 0 0.62 0.01 0.14
HSL 301.31º 0.66% 0.59% -
HSV(B) 301.31º 0.62% 0.86% -
XYZ 45.13 26.41 68.36 -
YUV 139.24 171.89 185.6 -
System Red Green Blue C M Y K H S L
Decimal 220 83 217 0 0.62 0.01 0.14 301.31 0.66 0.59
Hex DC 53 D9 0 3E 1 E 12D 42 3B
Octal 334 123 331 0 76 1 16 455 102 73
Binary 11011100 1010011 11011001 0 111110 1 1110 100101101 1000010 111011

Color Harmonies of #DC53D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC53D9

Black with #DC53D9

Text Example


Text Example

White with #DC53D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC53D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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