Html Css Color HEX #DC5ACD Free Speech Magenta

📋 copy color: '#DC5ACD'

red 220 ◦ green 90 ◦ blue 205

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

Shades of Free Speech Magenta #DC5ACD

Tints of Free Speech Magenta #DC5ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.81%

R = 42.72%
G = 17.48%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC5ACD (or 0xDC5ACD) is known color: Free Speech Magenta. HEX triplet: DC, 5A and CD. RGB value is (220,90,205). Sum of RGB (Red+Green+Blue) = 220+90+205=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5ACD is #23A532. Grayscale: #8D8D8D. Windows color (decimal): -2336051 or 13458140. OLE color: 13458140.

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

Color convert

RGB 220 90 205 -
CMYK 0 0.59 0.07 0.14
HSL 306.92º 0.65% 0.61% -
HSV(B) 306.92º 0.59% 0.86% -
XYZ 44.19 26.94 60.63 -
YUV 141.98 163.57 183.65 -
System Red Green Blue C M Y K H S L
Decimal 220 90 205 0 0.59 0.07 0.14 306.92 0.65 0.61
Hex DC 5A CD 0 3B 7 E 133 41 3D
Octal 334 132 315 0 73 7 16 463 101 75
Binary 11011100 1011010 11001101 0 111011 111 1110 100110011 1000001 111101

Color Harmonies of #DC5ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5ACD

Black with #DC5ACD

Text Example


Text Example

White with #DC5ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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