#DC48F4

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

Shades of Free Speech Magenta #DC48F4

Tints of Free Speech Magenta #DC48F4

Color information

#DC48F4 (or 0xDC48F4) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 48 and F4. RGB value is (220,72,244). Sum of RGB (Red+Green+Blue) = 220+72+244=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 72 (28.52% from 255 or 13.43% from 536); Blue value is 244 (95.70% from 255 or 45.52% from 536); Max value from RGB is 244 - color contains mainly: blue. Hex color #DC48F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC48F4 is #23B70B. Grayscale: #878787. Windows color (decimal): -2340620 or 16009436. OLE color: 16009436.

HSL color Cylindrical-coordinate representation of color #DC48F4: hue angle of 291.63º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC48F4 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22072244-
CMYK0.100.7000.04
HSL291.63º88.66%61.96%-
HSV(B)291.63º70.49%95.69%-
XYZ48.1626.3888.14-
YUV135.86189.03188.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.04%
GREEN value IS 72 (28.52% from 255) = 13.43%
BLUE value IS 244 (95.70% from 255) = 45.52%
R=41.04%
G=13.43%
B=45.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal220722440.100.7000.04291.6388.6661.96
HexDC48F4A4604124593e
Octal334110364121060444413176
Binary110111001001000111101001010100011001001001001001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC48F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC48F4; }

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

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

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

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

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

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

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

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