Html Css Color HEX #DC5CC0 Free Speech Magenta

📋 copy color: '#DC5CC0'

red 220 ◦ green 92 ◦ blue 192

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

Shades of Free Speech Magenta #DC5CC0

Tints of Free Speech Magenta #DC5CC0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.25%

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

R = 43.65%
G = 18.25%
B = 38.1%

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

#DC5CC0 (or 0xDC5CC0) is known color: Free Speech Magenta. HEX triplet: DC, 5C and C0. RGB value is (220,92,192). Sum of RGB (Red+Green+Blue) = 220+92+192=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5CC0 is #23A33F. Grayscale: #8D8D8D. Windows color (decimal): -2335552 or 12606684. OLE color: 12606684.

HSL color Cylindrical-coordinate representation of color #DC5CC0: hue angle of 313.12º degrees, saturation: 0.65, 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 #DC5CC0 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 92 192 -
CMYK 0 0.58 0.13 0.14
HSL 313.13º 0.65% 0.61% -
HSV(B) 313.13º 0.58% 0.86% -
XYZ 42.86 26.68 52.76 -
YUV 141.67 156.41 183.87 -
System Red Green Blue C M Y K H S L
Decimal 220 92 192 0 0.58 0.13 0.14 313.13 0.65 0.61
Hex DC 5C C0 0 3A D E 139 41 3D
Octal 334 134 300 0 72 15 16 471 101 75
Binary 11011100 1011100 11000000 0 111010 1101 1110 100111001 1000001 111101

Color Harmonies of #DC5CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5CC0

Black with #DC5CC0

Text Example


Text Example

White with #DC5CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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