Html Css Color HEX #D731ED Free Speech Magenta

📋 copy color: '#D731ED'

red 215 ◦ green 49 ◦ blue 237

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

Shades of Free Speech Magenta #D731ED

Tints of Free Speech Magenta #D731ED

RGB

 RED value IS 215 (84.38% from 255) = 42.91%

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

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

R = 42.91%
G = 9.78%
B = 47.31%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D731ED (or 0xD731ED) is known color: Free Speech Magenta. HEX triplet: D7, 31 and ED. RGB value is (215,49,237). Sum of RGB (Red+Green+Blue) = 215+49+237=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 49 (19.53% from 255 or 9.78% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #D731ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D731ED is #28CE12. Grayscale: #777777. Windows color (decimal): -2674195 or 15544791. OLE color: 15544791.

HSL color Cylindrical-coordinate representation of color #D731ED: hue angle of 292.98º 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 #D731ED is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 49 237 -
CMYK 0.09 0.79 0 0.07
HSL 292.98º 0.84% 0.56% -
HSV(B) 292.98º 0.79% 0.93% -
XYZ 44.41 22.76 82.17 -
YUV 120.07 194 195.71 -
System Red Green Blue C M Y K H S L
Decimal 215 49 237 0.09 0.79 0 0.07 292.98 0.84 0.56
Hex D7 31 ED 9 4F 0 7 125 54 38
Octal 327 61 355 11 117 0 7 445 124 70
Binary 11010111 110001 11101101 1001 1001111 0 111 100100101 1010100 111000

Color Harmonies of #D731ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D731ED

Black with #D731ED

Text Example


Text Example

White with #D731ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D731ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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