Html Css Color HEX #DC48C2 Free Speech Magenta

📋 copy color: '#DC48C2'

red 220 ◦ green 72 ◦ blue 194

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

Shades of Free Speech Magenta #DC48C2

Tints of Free Speech Magenta #DC48C2

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.81%

 BLUE value IS 194 (76.17% from 255) = 39.92%

R = 45.27%
G = 14.81%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DC48C2 (or 0xDC48C2) is known color: Free Speech Magenta. HEX triplet: DC, 48 and C2. RGB value is (220,72,194). Sum of RGB (Red+Green+Blue) = 220+72+194=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC48C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC48C2 is #23B73D. Grayscale: #818181. Windows color (decimal): -2340670 or 12732636. OLE color: 12732636.

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

Color convert

RGB 220 72 194 -
CMYK 0 0.67 0.12 0.14
HSL 310.54º 0.68% 0.57% -
HSV(B) 310.54º 0.67% 0.86% -
XYZ 41.57 23.75 53.43 -
YUV 130.16 164.03 192.08 -
System Red Green Blue C M Y K H S L
Decimal 220 72 194 0 0.67 0.12 0.14 310.54 0.68 0.57
Hex DC 48 C2 0 43 C E 137 44 39
Octal 334 110 302 0 103 14 16 467 104 71
Binary 11011100 1001000 11000010 0 1000011 1100 1110 100110111 1000100 111001

Color Harmonies of #DC48C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC48C2

Black with #DC48C2

Text Example


Text Example

White with #DC48C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC48C2; }

 p { color: rgb(220,72,194); }

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

background-color css

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

 a { background-color: rgb(220,72,194); }

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

border-color css

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

 span { border-color: rgb(220,72,194); }

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