#DA4DE4

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

Shades of Free Speech Magenta #DA4DE4

Tints of Free Speech Magenta #DA4DE4

Color information

#DA4DE4 (or 0xDA4DE4) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 4D and E4. RGB value is (218,77,228). Sum of RGB (Red+Green+Blue) = 218+77+228=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 228 (89.45% from 255 or 43.59% from 523); Max value from RGB is 228 - color contains mainly: blue. Hex color #DA4DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4DE4 is #25B21B. Grayscale: #878787. Windows color (decimal): -2470428 or 14962138. OLE color: 14962138.

HSL color Cylindrical-coordinate representation of color #DA4DE4: hue angle of 296.03º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4DE4 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21877228-
CMYK0.040.6600.11
HSL296.03º73.66%59.8%-
HSV(B)296.03º66.23%89.41%-
XYZ45.5725.8175.98-
YUV136.37179.71186.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.68%
GREEN value IS 77 (30.47% from 255) = 14.72%
BLUE value IS 228 (89.45% from 255) = 43.59%
R=41.68%
G=14.72%
B=43.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal218772280.040.6600.11296.0373.6659.8
HexDA4DE44420B1284a3c
Octal332115344410201345011274
Binary110110101001101111001001001000010010111001010001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4DE4; }

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

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

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

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

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

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

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

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