#DA48F2

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

Shades of Free Speech Magenta #DA48F2

Tints of Free Speech Magenta #DA48F2

Color information

#DA48F2 (or 0xDA48F2) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 48 and F2. RGB value is (218,72,242). Sum of RGB (Red+Green+Blue) = 218+72+242=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 72 (28.52% from 255 or 13.53% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA48F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA48F2 is #25B70D. Grayscale: #868686. Windows color (decimal): -2471694 or 15878362. OLE color: 15878362.

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

Color convert

RGB21872242-
CMYK0.100.7000.05
HSL291.53º86.73%61.57%-
HSV(B)291.53º70.25%94.9%-
XYZ47.2625.9586.52-
YUV135.03188.37187.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.98%
GREEN value IS 72 (28.52% from 255) = 13.53%
BLUE value IS 242 (94.92% from 255) = 45.49%
R=40.98%
G=13.53%
B=45.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal218722420.100.7000.05291.5386.7361.57
HexDA48F2A4605124573e
Octal332110362121060544412776
Binary110110101001000111100101010100011001011001001001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA48F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA48F2; }

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

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

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

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

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

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

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

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