Html Css Color HEX #DC5AD9 Free Speech Magenta

📋 copy color: '#DC5AD9'

red 220 ◦ green 90 ◦ blue 217

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

Shades of Free Speech Magenta #DC5AD9

Tints of Free Speech Magenta #DC5AD9

RGB

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

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

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

R = 41.75%
G = 17.08%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC5AD9 (or 0xDC5AD9) is known color: Free Speech Magenta. HEX triplet: DC, 5A and D9. RGB value is (220,90,217). Sum of RGB (Red+Green+Blue) = 220+90+217=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 90 (35.55% from 255 or 17.08% from 527); Blue value is 217 (85.16% from 255 or 41.18% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5AD9 is #23A526. Grayscale: #8E8E8E. Windows color (decimal): -2336039 or 14244572. OLE color: 14244572.

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

Color convert

RGB 220 90 217 -
CMYK 0 0.59 0.01 0.14
HSL 301.38º 0.65% 0.61% -
HSV(B) 301.38º 0.59% 0.86% -
XYZ 45.7 27.54 68.55 -
YUV 143.35 169.57 182.67 -
System Red Green Blue C M Y K H S L
Decimal 220 90 217 0 0.59 0.01 0.14 301.38 0.65 0.61
Hex DC 5A D9 0 3B 1 E 12D 41 3D
Octal 334 132 331 0 73 1 16 455 101 75
Binary 11011100 1011010 11011001 0 111011 1 1110 100101101 1000001 111101

Color Harmonies of #DC5AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5AD9

Black with #DC5AD9

Text Example


Text Example

White with #DC5AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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