#DA48D5

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

Shades of Free Speech Magenta #DA48D5

Tints of Free Speech Magenta #DA48D5

Color information

#DA48D5 (or 0xDA48D5) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 48 and D5. RGB value is (218,72,213). Sum of RGB (Red+Green+Blue) = 218+72+213=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 72 (28.52% from 255 or 14.31% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DA48D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA48D5 is #25B72A. Grayscale: #838383. Windows color (decimal): -2471723 or 13977818. OLE color: 13977818.

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

Color convert

RGB21872213-
CMYK00.670.020.15
HSL302.05º66.36%56.86%-
HSV(B)302.05º66.97%85.49%-
XYZ43.2424.3465.37-
YUV131.73173.87189.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.34%
GREEN value IS 72 (28.52% from 255) = 14.31%
BLUE value IS 213 (83.59% from 255) = 42.35%
R=43.34%
G=14.31%
B=42.35%

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
Decimal2187221300.670.020.15302.0566.3656.86
HexDA48D50432F12e4239
Octal332110325010321745610271
Binary11011010100100011010101010000111011111001011101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA48D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA48D5; }

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

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

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

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

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

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

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

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