Html Css Color HEX #D55ED2 Free Speech Magenta

📋 copy color: '#D55ED2'

red 213 ◦ green 94 ◦ blue 210

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

Shades of Free Speech Magenta #D55ED2

Tints of Free Speech Magenta #D55ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.62%

R = 41.2%
G = 18.18%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D55ED2 (or 0xD55ED2) is known color: Free Speech Magenta. HEX triplet: D5, 5E and D2. RGB value is (213,94,210). Sum of RGB (Red+Green+Blue) = 213+94+210=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 94 (37.11% from 255 or 18.18% from 517); Blue value is 210 (82.42% from 255 or 40.62% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D55ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55ED2 is #2AA12D. Grayscale: #8E8E8E. Windows color (decimal): -2793774 or 13786837. OLE color: 13786837.

HSL color Cylindrical-coordinate representation of color #D55ED2: hue angle of 301.51º 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 #D55ED2 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 94 210 -
CMYK 0 0.56 0.01 0.16
HSL 301.51º 0.59% 0.6% -
HSV(B) 301.51º 0.56% 0.84% -
XYZ 43.08 26.8 63.88 -
YUV 142.81 165.92 178.07 -
System Red Green Blue C M Y K H S L
Decimal 213 94 210 0 0.56 0.01 0.16 301.51 0.59 0.6
Hex D5 5E D2 0 38 1 10 12E 3B 3C
Octal 325 136 322 0 70 1 20 456 73 74
Binary 11010101 1011110 11010010 0 111000 1 10000 100101110 111011 111100

Color Harmonies of #D55ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55ED2

Black with #D55ED2

Text Example


Text Example

White with #D55ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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