Html Css Color HEX #D531ED Free Speech Magenta

📋 copy color: '#D531ED'

red 213 ◦ green 49 ◦ blue 237

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

Shades of Free Speech Magenta #D531ED

Tints of Free Speech Magenta #D531ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.49%

R = 42.69%
G = 9.82%
B = 47.49%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D531ED (or 0xD531ED) is known color: Free Speech Magenta. HEX triplet: D5, 31 and ED. RGB value is (213,49,237). Sum of RGB (Red+Green+Blue) = 213+49+237=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 49 (19.53% from 255 or 9.82% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #D531ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D531ED is #2ACE12. Grayscale: #767676. Windows color (decimal): -2805267 or 15544789. OLE color: 15544789.

HSL color Cylindrical-coordinate representation of color #D531ED: hue angle of 292.34º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D531ED is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 49 237 -
CMYK 0.10 0.79 0 0.07
HSL 292.34º 0.84% 0.56% -
HSV(B) 292.34º 0.79% 0.93% -
XYZ 43.82 22.46 82.15 -
YUV 119.47 194.33 194.71 -
System Red Green Blue C M Y K H S L
Decimal 213 49 237 0.10 0.79 0 0.07 292.34 0.84 0.56
Hex D5 31 ED A 4F 0 7 124 54 38
Octal 325 61 355 12 117 0 7 444 124 70
Binary 11010101 110001 11101101 1010 1001111 0 111 100100100 1010100 111000

Color Harmonies of #D531ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D531ED

Black with #D531ED

Text Example


Text Example

White with #D531ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D531ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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