Html Css Color HEX #DA5ED0 Free Speech Magenta

📋 copy color: '#DA5ED0'

red 218 ◦ green 94 ◦ blue 208

#DA5ED0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #DA5ED0

Tints of Free Speech Magenta #DA5ED0

RGB

 RED value IS 218 (85.55% from 255) = 41.92%

 GREEN value IS 94 (37.11% from 255) = 18.08%

 BLUE value IS 208 (81.64% from 255) = 40%

R = 41.92%
G = 18.08%
B = 40%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA5ED0 (or 0xDA5ED0) is known color: Free Speech Magenta. HEX triplet: DA, 5E and D0. RGB value is (218,94,208). Sum of RGB (Red+Green+Blue) = 218+94+208=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5ED0 is #25A12F. Grayscale: #8F8F8F. Windows color (decimal): -2466096 or 13655770. OLE color: 13655770.

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

Color convert

RGB 218 94 208 -
CMYK 0 0.57 0.05 0.15
HSL 304.84º 0.63% 0.61% -
HSV(B) 304.84º 0.57% 0.85% -
XYZ 44.3 27.46 62.64 -
YUV 144.07 164.08 180.73 -
System Red Green Blue C M Y K H S L
Decimal 218 94 208 0 0.57 0.05 0.15 304.84 0.63 0.61
Hex DA 5E D0 0 39 5 F 131 3F 3D
Octal 332 136 320 0 71 5 17 461 77 75
Binary 11011010 1011110 11010000 0 111001 101 1111 100110001 111111 111101

Color Harmonies of #DA5ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5ED0

Black with #DA5ED0

Text Example


Text Example

White with #DA5ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5ED0; }

 p { color: rgb(218,94,208); }

 H1.HeaderClassName
 {
   color: #DA5ED0;
 }
 .AnyTagClassName
 {
   color: #DA5ED0;
 }
</style>

background-color css

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

 a { background-color: rgb(218,94,208); }

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

border-color css

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

 span { border-color: rgb(218,94,208); }

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