Html Css Color HEX #D559ED Free Speech Magenta

📋 copy color: '#D559ED'

red 213 ◦ green 89 ◦ blue 237

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

Shades of Free Speech Magenta #D559ED

Tints of Free Speech Magenta #D559ED

RGB

 RED value IS 213 (83.59% from 255) = 39.52%

 GREEN value IS 89 (35.16% from 255) = 16.51%

 BLUE value IS 237 (92.97% from 255) = 43.97%

R = 39.52%
G = 16.51%
B = 43.97%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D559ED (or 0xD559ED) is known color: Free Speech Magenta. HEX triplet: D5, 59 and ED. RGB value is (213,89,237). Sum of RGB (Red+Green+Blue) = 213+89+237=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 89 (35.16% from 255 or 16.51% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #D559ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D559ED is #2AA612. Grayscale: #8E8E8E. Windows color (decimal): -2795027 or 15555029. OLE color: 15555029.

HSL color Cylindrical-coordinate representation of color #D559ED: hue angle of 290.27º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D559ED is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 89 237 -
CMYK 0.10 0.62 0 0.07
HSL 290.27º 0.8% 0.64% -
HSV(B) 290.27º 0.62% 0.93% -
XYZ 46.3 27.41 82.97 -
YUV 142.95 181.08 177.97 -
System Red Green Blue C M Y K H S L
Decimal 213 89 237 0.10 0.62 0 0.07 290.27 0.8 0.64
Hex D5 59 ED A 3E 0 7 122 50 40
Octal 325 131 355 12 76 0 7 442 120 100
Binary 11010101 1011001 11101101 1010 111110 0 111 100100010 1010000 1000000

Color Harmonies of #D559ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D559ED

Black with #D559ED

Text Example


Text Example

White with #D559ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D559ED; }

 p { color: rgb(213,89,237); }

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

background-color css

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

 a { background-color: rgb(213,89,237); }

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

border-color css

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

 span { border-color: rgb(213,89,237); }

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