Html Css Color HEX #D55AED Free Speech Magenta

📋 copy color: '#D55AED'

red 213 ◦ green 90 ◦ blue 237

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

Shades of Free Speech Magenta #D55AED

Tints of Free Speech Magenta #D55AED

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.67%

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

R = 39.44%
G = 16.67%
B = 43.89%

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

#D55AED (or 0xD55AED) is known color: Free Speech Magenta. HEX triplet: D5, 5A and ED. RGB value is (213,90,237). Sum of RGB (Red+Green+Blue) = 213+90+237=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 90 (35.55% from 255 or 16.67% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #D55AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55AED is #2AA512. Grayscale: #8F8F8F. Windows color (decimal): -2794771 or 15555285. OLE color: 15555285.

HSL color Cylindrical-coordinate representation of color #D55AED: hue angle of 290.2º 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 #D55AED is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 90 237 -
CMYK 0.10 0.62 0 0.07
HSL 290.2º 0.8% 0.64% -
HSV(B) 290.2º 0.62% 0.93% -
XYZ 46.38 27.57 83 -
YUV 143.54 180.75 177.55 -
System Red Green Blue C M Y K H S L
Decimal 213 90 237 0.10 0.62 0 0.07 290.2 0.8 0.64
Hex D5 5A ED A 3E 0 7 122 50 40
Octal 325 132 355 12 76 0 7 442 120 100
Binary 11010101 1011010 11101101 1010 111110 0 111 100100010 1010000 1000000

Color Harmonies of #D55AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55AED

Black with #D55AED

Text Example


Text Example

White with #D55AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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