#DC48E3

Color #DC48E3 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DC48E3

Tints of Free Speech Magenta #DC48E3

Color information

#DC48E3 (or 0xDC48E3) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 48 and E3. RGB value is (220,72,227). Sum of RGB (Red+Green+Blue) = 220+72+227=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 72 (28.52% from 255 or 13.87% from 519); Blue value is 227 (89.06% from 255 or 43.74% from 519); Max value from RGB is 227 - color contains mainly: blue. Hex color #DC48E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC48E3 is #23B71C. Grayscale: #858585. Windows color (decimal): -2340637 or 14895324. OLE color: 14895324.

HSL color Cylindrical-coordinate representation of color #DC48E3: hue angle of 297.29º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC48E3 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22072227-
CMYK0.030.6800.11
HSL297.29º73.46%58.63%-
HSV(B)297.29º68.28%89.02%-
XYZ45.725.475.17-
YUV133.92180.53189.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 72 (28.52% from 255) = 13.87%
BLUE value IS 227 (89.06% from 255) = 43.74%
R=42.39%
G=13.87%
B=43.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal220722270.030.6800.11297.2973.4658.63
HexDC48E33440B129493b
Octal334110343310401345111173
Binary11011100100100011100011111000100010111001010011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC48E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC48E3; }

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

 H1.HeaderClassName
 {
   color: #DC48E3;
 }
 .AnyTagClassName
 {
   color: #DC48E3;
 }
</style>
background-color css

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

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

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

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

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

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