#DA48D6

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

Shades of Free Speech Magenta #DA48D6

Tints of Free Speech Magenta #DA48D6

Color information

#DA48D6 (or 0xDA48D6) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 48 and D6. RGB value is (218,72,214). Sum of RGB (Red+Green+Blue) = 218+72+214=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 72 (28.52% from 255 or 14.29% from 504); Blue value is 214 (83.98% from 255 or 42.46% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA48D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA48D6 is #25B729. Grayscale: #838383. Windows color (decimal): -2471722 or 14043354. OLE color: 14043354.

HSL color Cylindrical-coordinate representation of color #DA48D6: hue angle of 301.64º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA48D6 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB21872214-
CMYK00.670.020.15
HSL301.64º66.36%56.86%-
HSV(B)301.64º66.97%85.49%-
XYZ43.3724.466.04-
YUV131.84174.37189.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.25%
GREEN value IS 72 (28.52% from 255) = 14.29%
BLUE value IS 214 (83.98% from 255) = 42.46%
R=43.25%
G=14.29%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187221400.670.020.15301.6466.3656.86
HexDA48D60432F12e4239
Octal332110326010321745610271
Binary11011010100100011010110010000111011111001011101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA48D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA48D6; }

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

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

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

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

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

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

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

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