#DA48DF

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

Shades of Free Speech Magenta #DA48DF

Tints of Free Speech Magenta #DA48DF

Color information

#DA48DF (or 0xDA48DF) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 48 and DF. RGB value is (218,72,223). Sum of RGB (Red+Green+Blue) = 218+72+223=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 72 (28.52% from 255 or 14.04% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA48DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA48DF is #25B720. Grayscale: #848484. Windows color (decimal): -2471713 or 14633178. OLE color: 14633178.

HSL color Cylindrical-coordinate representation of color #DA48DF: hue angle of 298.01º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA48DF is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21872223-
CMYK0.020.6800.13
HSL298.01º70.23%57.84%-
HSV(B)298.01º67.71%87.45%-
XYZ44.5524.8772.26-
YUV132.87178.87188.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.50%
GREEN value IS 72 (28.52% from 255) = 14.04%
BLUE value IS 223 (87.5% from 255) = 43.47%
R=42.50%
G=14.04%
B=43.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal218722230.020.6800.13298.0170.2357.84
HexDA48DF2440D12a463a
Octal332110337210401545210672
Binary11011010100100011011111101000100011011001010101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA48DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA48DF; }

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

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

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

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

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

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

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

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