Html Css Color HEX #DA5EDB Free Speech Magenta

📋 copy color: '#DA5EDB'

red 218 ◦ green 94 ◦ blue 219

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

Shades of Free Speech Magenta #DA5EDB

Tints of Free Speech Magenta #DA5EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.24%

R = 41.05%
G = 17.7%
B = 41.24%

CMYK

 C value IS 0.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA5EDB (or 0xDA5EDB) is known color: Free Speech Magenta. HEX triplet: DA, 5E and DB. RGB value is (218,94,219). Sum of RGB (Red+Green+Blue) = 218+94+219=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA5EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5EDB is #25A124. Grayscale: #909090. Windows color (decimal): -2466085 or 14376666. OLE color: 14376666.

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

Color convert

RGB 218 94 219 -
CMYK 0.00 0.57 0 0.14
HSL 299.52º 0.63% 0.61% -
HSV(B) 299.52º 0.57% 0.86% -
XYZ 45.7 28.03 70.02 -
YUV 145.33 169.58 179.84 -
System Red Green Blue C M Y K H S L
Decimal 218 94 219 0.00 0.57 0 0.14 299.52 0.63 0.61
Hex DA 5E DB 0 39 0 E 12C 3F 3D
Octal 332 136 333 0 71 0 16 454 77 75
Binary 11011010 1011110 11011011 0 111001 0 1110 100101100 111111 111101

Color Harmonies of #DA5EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5EDB

Black with #DA5EDB

Text Example


Text Example

White with #DA5EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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