Html Css Color HEX #DA5EC6 Free Speech Magenta

📋 copy color: '#DA5EC6'

red 218 ◦ green 94 ◦ blue 198

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

Shades of Free Speech Magenta #DA5EC6

Tints of Free Speech Magenta #DA5EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.82%

R = 42.75%
G = 18.43%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA5EC6 (or 0xDA5EC6) is known color: Free Speech Magenta. HEX triplet: DA, 5E and C6. RGB value is (218,94,198). Sum of RGB (Red+Green+Blue) = 218+94+198=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5EC6 is #25A139. Grayscale: #8E8E8E. Windows color (decimal): -2466106 or 13000410. OLE color: 13000410.

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

Color convert

RGB 218 94 198 -
CMYK 0 0.57 0.09 0.15
HSL 309.68º 0.63% 0.61% -
HSV(B) 309.68º 0.57% 0.85% -
XYZ 43.11 26.99 56.36 -
YUV 142.93 159.08 181.54 -
System Red Green Blue C M Y K H S L
Decimal 218 94 198 0 0.57 0.09 0.15 309.68 0.63 0.61
Hex DA 5E C6 0 39 9 F 136 3F 3D
Octal 332 136 306 0 71 11 17 466 77 75
Binary 11011010 1011110 11000110 0 111001 1001 1111 100110110 111111 111101

Color Harmonies of #DA5EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5EC6

Black with #DA5EC6

Text Example


Text Example

White with #DA5EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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