#DA62C7

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

Shades of Free Speech Magenta #DA62C7

Tints of Free Speech Magenta #DA62C7

Color information

#DA62C7 (or 0xDA62C7) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 62 and C7. RGB value is (218,98,199). Sum of RGB (Red+Green+Blue) = 218+98+199=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DA62C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA62C7 is #259D38. Grayscale: #919191. Windows color (decimal): -2465081 or 13066970. OLE color: 13066970.

HSL color Cylindrical-coordinate representation of color #DA62C7: hue angle of 309.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA62C7 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB21898199-
CMYK00.550.090.15
HSL309.5º61.86%61.96%-
HSV(B)309.5º55.05%85.49%-
XYZ43.5927.7657.09-
YUV145.39158.26179.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.33%
GREEN value IS 98 (38.67% from 255) = 19.03%
BLUE value IS 199 (78.12% from 255) = 38.64%
R=42.33%
G=19.03%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189819900.550.090.15309.561.8661.96
HexDA62C70379F1363e3e
Octal33214230706711174667676
Binary11011010110001011000111011011110011111100110110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA62C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA62C7; }

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

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

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

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

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

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

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

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