Html Css Color HEX #D541EB Free Speech Magenta

📋 copy color: '#D541EB'

red 213 ◦ green 65 ◦ blue 235

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

Shades of Free Speech Magenta #D541EB

Tints of Free Speech Magenta #D541EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.81%

R = 41.52%
G = 12.67%
B = 45.81%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D541EB (or 0xD541EB) is known color: Free Speech Magenta. HEX triplet: D5, 41 and EB. RGB value is (213,65,235). Sum of RGB (Red+Green+Blue) = 213+65+235=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 65 (25.78% from 255 or 12.67% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #D541EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D541EB is #2ABE14. Grayscale: #808080. Windows color (decimal): -2801173 or 15417813. OLE color: 15417813.

HSL color Cylindrical-coordinate representation of color #D541EB: hue angle of 292.24º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D541EB is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 65 235 -
CMYK 0.09 0.72 0 0.08
HSL 292.24º 0.81% 0.59% -
HSV(B) 292.24º 0.72% 0.92% -
XYZ 44.33 23.92 80.88 -
YUV 128.63 188.03 188.18 -
System Red Green Blue C M Y K H S L
Decimal 213 65 235 0.09 0.72 0 0.08 292.24 0.81 0.59
Hex D5 41 EB 9 48 0 8 124 51 3B
Octal 325 101 353 11 110 0 10 444 121 73
Binary 11010101 1000001 11101011 1001 1001000 0 1000 100100100 1010001 111011

Color Harmonies of #D541EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D541EB

Black with #D541EB

Text Example


Text Example

White with #D541EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D541EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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