#DA4DEE

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

Shades of Free Speech Magenta #DA4DEE

Tints of Free Speech Magenta #DA4DEE

Color information

#DA4DEE (or 0xDA4DEE) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 4D and EE. RGB value is (218,77,238). Sum of RGB (Red+Green+Blue) = 218+77+238=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 77 (30.47% from 255 or 14.45% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA4DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA4DEE is #25B211. Grayscale: #898989. Windows color (decimal): -2470418 or 15617498. OLE color: 15617498.

HSL color Cylindrical-coordinate representation of color #DA4DEE: hue angle of 292.55º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA4DEE is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21877238-
CMYK0.080.6800.07
HSL292.55º82.56%61.76%-
HSV(B)292.55º67.65%93.33%-
XYZ4726.3983.5-
YUV137.51184.71185.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.90%
GREEN value IS 77 (30.47% from 255) = 14.45%
BLUE value IS 238 (93.36% from 255) = 44.65%
R=40.90%
G=14.45%
B=44.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal218772380.080.6800.07292.5582.5661.76
HexDA4DEE84407125533e
Octal332115356101040744512376
Binary110110101001101111011101000100010001111001001011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4DEE; }

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

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

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

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

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

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

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

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