#da48dc

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

Shades of Free Speech Magenta #DA48DC

Tints of Free Speech Magenta #DA48DC

Color information

#DA48DC (or 0xDA48DC) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 48 and DC. RGB value is (218,72,220). Sum of RGB (Red+Green+Blue) = 218+72+220=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 72 (28.52% from 255 or 14.12% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA48DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA48DC is #25B723. Grayscale: #848484. Windows color (decimal): -2471716 or 14436570. OLE color: 14436570.

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

Color convert

RGB21872220-
CMYK0.010.6700.14
HSL299.19º67.89%57.25%-
HSV(B)299.19º67.27%86.27%-
XYZ44.1524.7170.15-
YUV132.53177.37188.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.75%
GREEN value IS 72 (28.52% from 255) = 14.12%
BLUE value IS 220 (86.33% from 255) = 43.14%
R=42.75%
G=14.12%
B=43.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal218722200.010.6700.14299.1967.8957.25
HexDA48DC1430E12b4439
Octal332110334110301645310471
Binary1101101010010001101110011000011011101001010111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da48dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da48dc; }

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

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

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

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

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

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

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

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