#DA62C8

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

Shades of Free Speech Magenta #DA62C8

Tints of Free Speech Magenta #DA62C8

Color information

#DA62C8 (or 0xDA62C8) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 62 and C8. RGB value is (218,98,200). Sum of RGB (Red+Green+Blue) = 218+98+200=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA62C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA62C8 is #259D37. Grayscale: #919191. Windows color (decimal): -2465080 or 13132506. OLE color: 13132506.

HSL color Cylindrical-coordinate representation of color #DA62C8: hue angle of 309º 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 #DA62C8 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB21898200-
CMYK00.550.080.15
HSL309º61.86%61.96%-
HSV(B)309º55.05%85.49%-
XYZ43.7127.8157.71-
YUV145.51158.76179.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.25%
GREEN value IS 98 (38.67% from 255) = 18.99%
BLUE value IS 200 (78.52% from 255) = 38.76%
R=42.25%
G=18.99%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189820000.550.080.1530961.8661.96
HexDA62C80378F1353e3e
Octal33214231006710174657676
Binary11011010110001011001000011011110001111100110101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA62C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA62C8; }

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

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

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

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

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

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

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

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