#DA62DB

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

Shades of Free Speech Magenta #DA62DB

Tints of Free Speech Magenta #DA62DB

Color information

#DA62DB (or 0xDA62DB) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 62 and DB. RGB value is (218,98,219). Sum of RGB (Red+Green+Blue) = 218+98+219=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 98 (38.67% from 255 or 18.32% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA62DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA62DB is #259D24. Grayscale: #939393. Windows color (decimal): -2465061 or 14377690. OLE color: 14377690.

HSL color Cylindrical-coordinate representation of color #DA62DB: hue angle of 299.5º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA62DB is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21898219-
CMYK0.000.5500.14
HSL299.5º62.69%62.16%-
HSV(B)299.5º55.25%85.88%-
XYZ46.0728.7670.14-
YUV147.67168.26178.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.75%
GREEN value IS 98 (38.67% from 255) = 18.32%
BLUE value IS 219 (85.94% from 255) = 40.93%
R=40.75%
G=18.32%
B=40.93%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal218982190.000.5500.14299.562.6962.16
HexDA62DB0370E12c3f3e
Octal3321423330670164547776
Binary11011010110001011011011011011101110100101100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA62DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA62DB; }

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

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

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

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

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

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

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

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