Html Css Color HEX #D531E9 Free Speech Magenta

📋 copy color: '#D531E9'

red 213 ◦ green 49 ◦ blue 233

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

Shades of Free Speech Magenta #D531E9

Tints of Free Speech Magenta #D531E9

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.9%

 BLUE value IS 233 (91.41% from 255) = 47.07%

R = 43.03%
G = 9.9%
B = 47.07%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D531E9 (or 0xD531E9) is known color: Free Speech Magenta. HEX triplet: D5, 31 and E9. RGB value is (213,49,233). Sum of RGB (Red+Green+Blue) = 213+49+233=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 49 (19.53% from 255 or 9.90% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 233 - color contains mainly: blue. Hex color #D531E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D531E9 is #2ACE16. Grayscale: #767676. Windows color (decimal): -2805271 or 15282645. OLE color: 15282645.

HSL color Cylindrical-coordinate representation of color #D531E9: hue angle of 293.48º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D531E9 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 49 233 -
CMYK 0.09 0.79 0 0.09
HSL 293.48º 0.81% 0.55% -
HSV(B) 293.48º 0.79% 0.91% -
XYZ 43.25 22.23 79.1 -
YUV 119.01 192.33 195.04 -
System Red Green Blue C M Y K H S L
Decimal 213 49 233 0.09 0.79 0 0.09 293.48 0.81 0.55
Hex D5 31 E9 9 4F 0 9 125 51 37
Octal 325 61 351 11 117 0 11 445 121 67
Binary 11010101 110001 11101001 1001 1001111 0 1001 100100101 1010001 110111

Color Harmonies of #D531E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D531E9

Black with #D531E9

Text Example


Text Example

White with #D531E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D531E9; }

 p { color: rgb(213,49,233); }

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

background-color css

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

 a { background-color: rgb(213,49,233); }

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

border-color css

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

 span { border-color: rgb(213,49,233); }

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