Html Css Color HEX #DC47C5 Free Speech Magenta

📋 copy color: '#DC47C5'

red 220 ◦ green 71 ◦ blue 197

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

Shades of Free Speech Magenta #DC47C5

Tints of Free Speech Magenta #DC47C5

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.55%

 BLUE value IS 197 (77.34% from 255) = 40.37%

R = 45.08%
G = 14.55%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC47C5 (or 0xDC47C5) is known color: Free Speech Magenta. HEX triplet: DC, 47 and C5. RGB value is (220,71,197). Sum of RGB (Red+Green+Blue) = 220+71+197=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC47C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC47C5 is #23B83A. Grayscale: #818181. Windows color (decimal): -2340923 or 12928988. OLE color: 12928988.

HSL color Cylindrical-coordinate representation of color #DC47C5: hue angle of 309.26º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC47C5 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 71 197 -
CMYK 0 0.68 0.10 0.14
HSL 309.26º 0.68% 0.57% -
HSV(B) 309.26º 0.68% 0.86% -
XYZ 41.85 23.75 55.2 -
YUV 129.92 165.86 192.25 -
System Red Green Blue C M Y K H S L
Decimal 220 71 197 0 0.68 0.10 0.14 309.26 0.68 0.57
Hex DC 47 C5 0 44 A E 135 44 39
Octal 334 107 305 0 104 12 16 465 104 71
Binary 11011100 1000111 11000101 0 1000100 1010 1110 100110101 1000100 111001

Color Harmonies of #DC47C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC47C5

Black with #DC47C5

Text Example


Text Example

White with #DC47C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC47C5; }

 p { color: rgb(220,71,197); }

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

background-color css

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

 a { background-color: rgb(220,71,197); }

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

border-color css

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

 span { border-color: rgb(220,71,197); }

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