Html Css Color HEX #D55ED1 Free Speech Magenta

📋 copy color: '#D55ED1'

red 213 ◦ green 94 ◦ blue 209

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

Shades of Free Speech Magenta #D55ED1

Tints of Free Speech Magenta #D55ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.5%

R = 41.28%
G = 18.22%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D55ED1 (or 0xD55ED1) is known color: Free Speech Magenta. HEX triplet: D5, 5E and D1. RGB value is (213,94,209). Sum of RGB (Red+Green+Blue) = 213+94+209=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 94 (37.11% from 255 or 18.22% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D55ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55ED1 is #2AA12E. Grayscale: #8E8E8E. Windows color (decimal): -2793775 or 13721301. OLE color: 13721301.

HSL color Cylindrical-coordinate representation of color #D55ED1: hue angle of 302.02º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55ED1 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 94 209 -
CMYK 0 0.56 0.02 0.16
HSL 302.02º 0.59% 0.6% -
HSV(B) 302.02º 0.56% 0.84% -
XYZ 42.95 26.75 63.22 -
YUV 142.69 165.42 178.15 -
System Red Green Blue C M Y K H S L
Decimal 213 94 209 0 0.56 0.02 0.16 302.02 0.59 0.6
Hex D5 5E D1 0 38 2 10 12E 3B 3C
Octal 325 136 321 0 70 2 20 456 73 74
Binary 11010101 1011110 11010001 0 111000 10 10000 100101110 111011 111100

Color Harmonies of #D55ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55ED1

Black with #D55ED1

Text Example


Text Example

White with #D55ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55ED1; }

 p { color: rgb(213,94,209); }

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

background-color css

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

 a { background-color: rgb(213,94,209); }

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

border-color css

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

 span { border-color: rgb(213,94,209); }

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