#DA4FD0

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

Shades of Free Speech Magenta #DA4FD0

Tints of Free Speech Magenta #DA4FD0

Color information

#DA4FD0 (or 0xDA4FD0) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 4F and D0. RGB value is (218,79,208). Sum of RGB (Red+Green+Blue) = 218+79+208=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4FD0 is #25B02F. Grayscale: #868686. Windows color (decimal): -2469936 or 13651930. OLE color: 13651930.

HSL color Cylindrical-coordinate representation of color #DA4FD0: hue angle of 304.32º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA4FD0 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB21879208-
CMYK00.640.050.15
HSL304.32º65.26%58.24%-
HSV(B)304.32º63.76%85.49%-
XYZ43.0925.0562.24-
YUV135.27169.05187.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.17%
GREEN value IS 79 (31.25% from 255) = 15.64%
BLUE value IS 208 (81.64% from 255) = 41.19%
R=43.17%
G=15.64%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187920800.640.050.15304.3265.2658.24
HexDA4FD00405F130413a
Octal332117320010051746010172
Binary110110101001111110100000100000010111111001100001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4FD0; }

 p { color: rgb(218,79,208); }

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

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

 a { background-color: rgb(218,79,208); }

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

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

 span { border-color: rgb(218,79,208); }

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