#DA5BE8

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

Shades of Free Speech Magenta #DA5BE8

Tints of Free Speech Magenta #DA5BE8

Color information

#DA5BE8 (or 0xDA5BE8) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 5B and E8. RGB value is (218,91,232). Sum of RGB (Red+Green+Blue) = 218+91+232=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 91 (35.94% from 255 or 16.82% from 541); Blue value is 232 (91.02% from 255 or 42.88% from 541); Max value from RGB is 232 - color contains mainly: blue. Hex color #DA5BE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5BE8 is #25A417. Grayscale: #909090. Windows color (decimal): -2466840 or 15227866. OLE color: 15227866.

HSL color Cylindrical-coordinate representation of color #DA5BE8: hue angle of 294.04º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA5BE8 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21891232-
CMYK0.060.6100.09
HSL294.04º75.4%63.33%-
HSV(B)294.04º60.78%90.98%-
XYZ47.2228.2179.3-
YUV145.05177.08180.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 91 (35.94% from 255) = 16.82%
BLUE value IS 232 (91.02% from 255) = 42.88%
R=40.30%
G=16.82%
B=42.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal218912320.060.6100.09294.0475.463.33
HexDA5BE863D091264b3f
Octal33213335067501144611377
Binary11011010101101111101000110111101010011001001101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5BE8; }

 p { color: rgb(218,91,232); }

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

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

 a { background-color: rgb(218,91,232); }

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

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

 span { border-color: rgb(218,91,232); }

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