#DA62E0

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

Shades of Free Speech Magenta #DA62E0

Tints of Free Speech Magenta #DA62E0

Color information

#DA62E0 (or 0xDA62E0) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 62 and E0. RGB value is (218,98,224). Sum of RGB (Red+Green+Blue) = 218+98+224=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 98 (38.67% from 255 or 18.15% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA62E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA62E0 is #259D1F. Grayscale: #939393. Windows color (decimal): -2465056 or 14705370. OLE color: 14705370.

HSL color Cylindrical-coordinate representation of color #DA62E0: hue angle of 297.14º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA62E0 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21898224-
CMYK0.030.5600.12
HSL297.14º67.02%63.14%-
HSV(B)297.14º56.25%87.84%-
XYZ46.7429.0273.66-
YUV148.24170.76177.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 98 (38.67% from 255) = 18.15%
BLUE value IS 224 (87.89% from 255) = 41.48%
R=40.37%
G=18.15%
B=41.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal218982240.030.5600.12297.1467.0263.14
HexDA62E03380C129433f
Octal33214234037001445110377
Binary1101101011000101110000011111000011001001010011000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA62E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA62E0; }

 p { color: rgb(218,98,224); }

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

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

 a { background-color: rgb(218,98,224); }

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

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

 span { border-color: rgb(218,98,224); }

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