#DA5BD4

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

Shades of Free Speech Magenta #DA5BD4

Tints of Free Speech Magenta #DA5BD4

Color information

#DA5BD4 (or 0xDA5BD4) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 5B and D4. RGB value is (218,91,212). Sum of RGB (Red+Green+Blue) = 218+91+212=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5BD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5BD4 is #25A42B. Grayscale: #8E8E8E. Windows color (decimal): -2466860 or 13917146. OLE color: 13917146.

HSL color Cylindrical-coordinate representation of color #DA5BD4: hue angle of 302.83º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA5BD4 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB21891212-
CMYK00.580.030.15
HSL302.83º63.18%60.59%-
HSV(B)302.83º58.26%85.49%-
XYZ44.5427.1465.18-
YUV142.77167.08181.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.84%
GREEN value IS 91 (35.94% from 255) = 17.47%
BLUE value IS 212 (83.20% from 255) = 40.69%
R=41.84%
G=17.47%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189121200.580.030.15302.8363.1860.59
HexDA5BD403A3F12f3f3d
Octal3321333240723174577775
Binary110110101011011110101000111010111111100101111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5BD4; }

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

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

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

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

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

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

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

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