Html Css Color HEX #D542E1 Free Speech Magenta

📋 copy color: '#D542E1'

red 213 ◦ green 66 ◦ blue 225

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

Shades of Free Speech Magenta #D542E1

Tints of Free Speech Magenta #D542E1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.1%

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

R = 42.26%
G = 13.1%
B = 44.64%

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

#D542E1 (or 0xD542E1) is known color: Free Speech Magenta. HEX triplet: D5, 42 and E1. RGB value is (213,66,225). Sum of RGB (Red+Green+Blue) = 213+66+225=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 66 (26.17% from 255 or 13.10% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #D542E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D542E1 is #2ABD1E. Grayscale: #7F7F7F. Windows color (decimal): -2800927 or 14762709. OLE color: 14762709.

HSL color Cylindrical-coordinate representation of color #D542E1: hue angle of 295.47º 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 #D542E1 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 66 225 -
CMYK 0.05 0.71 0 0.12
HSL 295.47º 0.73% 0.57% -
HSV(B) 295.47º 0.71% 0.88% -
XYZ 42.98 23.48 73.5 -
YUV 128.08 182.7 188.57 -
System Red Green Blue C M Y K H S L
Decimal 213 66 225 0.05 0.71 0 0.12 295.47 0.73 0.57
Hex D5 42 E1 5 47 0 C 127 49 39
Octal 325 102 341 5 107 0 14 447 111 71
Binary 11010101 1000010 11100001 101 1000111 0 1100 100100111 1001001 111001

Color Harmonies of #D542E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D542E1

Black with #D542E1

Text Example


Text Example

White with #D542E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D542E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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