#DA4DF1

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

Shades of Free Speech Magenta #DA4DF1

Tints of Free Speech Magenta #DA4DF1

Color information

#DA4DF1 (or 0xDA4DF1) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 4D and F1. RGB value is (218,77,241). Sum of RGB (Red+Green+Blue) = 218+77+241=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 77 (30.47% from 255 or 14.37% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA4DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA4DF1 is #25B20E. Grayscale: #898989. Windows color (decimal): -2470415 or 15814106. OLE color: 15814106.

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

Color convert

RGB21877241-
CMYK0.100.6800.05
HSL291.59º85.42%62.35%-
HSV(B)291.59º68.05%94.51%-
XYZ47.4426.5685.85-
YUV137.85186.21185.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.67%
GREEN value IS 77 (30.47% from 255) = 14.37%
BLUE value IS 241 (94.53% from 255) = 44.96%
R=40.67%
G=14.37%
B=44.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal218772410.100.6800.05291.5985.4262.35
HexDA4DF1A4405124553e
Octal332115361121040544412576
Binary110110101001101111100011010100010001011001001001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4DF1; }

 p { color: rgb(218,77,241); }

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

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

 a { background-color: rgb(218,77,241); }

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

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

 span { border-color: rgb(218,77,241); }

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