Html Css Color HEX #DC5DC0 Free Speech Magenta

📋 copy color: '#DC5DC0'

red 220 ◦ green 93 ◦ blue 192

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

Shades of Free Speech Magenta #DC5DC0

Tints of Free Speech Magenta #DC5DC0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.42%

 BLUE value IS 192 (75.39% from 255) = 38.02%

R = 43.56%
G = 18.42%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC5DC0 (or 0xDC5DC0) is known color: Free Speech Magenta. HEX triplet: DC, 5D and C0. RGB value is (220,93,192). Sum of RGB (Red+Green+Blue) = 220+93+192=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5DC0 is #23A23F. Grayscale: #8D8D8D. Windows color (decimal): -2335296 or 12606940. OLE color: 12606940.

HSL color Cylindrical-coordinate representation of color #DC5DC0: hue angle of 313.23º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5DC0 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 93 192 -
CMYK 0 0.58 0.13 0.14
HSL 313.23º 0.64% 0.61% -
HSV(B) 313.23º 0.58% 0.86% -
XYZ 42.94 26.85 52.79 -
YUV 142.26 156.08 183.45 -
System Red Green Blue C M Y K H S L
Decimal 220 93 192 0 0.58 0.13 0.14 313.23 0.64 0.61
Hex DC 5D C0 0 3A D E 139 40 3D
Octal 334 135 300 0 72 15 16 471 100 75
Binary 11011100 1011101 11000000 0 111010 1101 1110 100111001 1000000 111101

Color Harmonies of #DC5DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5DC0

Black with #DC5DC0

Text Example


Text Example

White with #DC5DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5DC0; }

 p { color: rgb(220,93,192); }

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

background-color css

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

 a { background-color: rgb(220,93,192); }

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

border-color css

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

 span { border-color: rgb(220,93,192); }

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