Html Css Color HEX #DC49C7 Free Speech Magenta

📋 copy color: '#DC49C7'

red 220 ◦ green 73 ◦ blue 199

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

Shades of Free Speech Magenta #DC49C7

Tints of Free Speech Magenta #DC49C7

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.84%

 BLUE value IS 199 (78.13% from 255) = 40.45%

R = 44.72%
G = 14.84%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC49C7 (or 0xDC49C7) is known color: Free Speech Magenta. HEX triplet: DC, 49 and C7. RGB value is (220,73,199). Sum of RGB (Red+Green+Blue) = 220+73+199=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC49C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC49C7 is #23B638. Grayscale: #828282. Windows color (decimal): -2340409 or 13060572. OLE color: 13060572.

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

Color convert

RGB 220 73 199 -
CMYK 0 0.67 0.10 0.14
HSL 308.57º 0.68% 0.57% -
HSV(B) 308.57º 0.67% 0.86% -
XYZ 42.21 24.1 56.46 -
YUV 131.32 166.2 191.25 -
System Red Green Blue C M Y K H S L
Decimal 220 73 199 0 0.67 0.10 0.14 308.57 0.68 0.57
Hex DC 49 C7 0 43 A E 135 44 39
Octal 334 111 307 0 103 12 16 465 104 71
Binary 11011100 1001001 11000111 0 1000011 1010 1110 100110101 1000100 111001

Color Harmonies of #DC49C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC49C7

Black with #DC49C7

Text Example


Text Example

White with #DC49C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC49C7; }

 p { color: rgb(220,73,199); }

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

background-color css

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

 a { background-color: rgb(220,73,199); }

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

border-color css

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

 span { border-color: rgb(220,73,199); }

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