Html Css Color HEX #D541E1 Free Speech Magenta

📋 copy color: '#D541E1'

red 213 ◦ green 65 ◦ blue 225

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

Shades of Free Speech Magenta #D541E1

Tints of Free Speech Magenta #D541E1

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.92%

 BLUE value IS 225 (88.28% from 255) = 44.73%

R = 42.35%
G = 12.92%
B = 44.73%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D541E1 (or 0xD541E1) is known color: Free Speech Magenta. HEX triplet: D5, 41 and E1. RGB value is (213,65,225). Sum of RGB (Red+Green+Blue) = 213+65+225=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #D541E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D541E1 is #2ABE1E. Grayscale: #7F7F7F. Windows color (decimal): -2801183 or 14762453. OLE color: 14762453.

HSL color Cylindrical-coordinate representation of color #D541E1: hue angle of 295.5º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D541E1 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 65 225 -
CMYK 0.05 0.71 0 0.12
HSL 295.5º 0.73% 0.57% -
HSV(B) 295.5º 0.71% 0.88% -
XYZ 42.92 23.36 73.48 -
YUV 127.49 183.03 188.99 -
System Red Green Blue C M Y K H S L
Decimal 213 65 225 0.05 0.71 0 0.12 295.5 0.73 0.57
Hex D5 41 E1 5 47 0 C 128 49 39
Octal 325 101 341 5 107 0 14 450 111 71
Binary 11010101 1000001 11100001 101 1000111 0 1100 100101000 1001001 111001

Color Harmonies of #D541E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D541E1

Black with #D541E1

Text Example


Text Example

White with #D541E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D541E1; }

 p { color: rgb(213,65,225); }

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

background-color css

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

 a { background-color: rgb(213,65,225); }

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

border-color css

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

 span { border-color: rgb(213,65,225); }

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