Html Css Color HEX #D631EE Free Speech Magenta

📋 copy color: '#D631EE'

red 214 ◦ green 49 ◦ blue 238

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

Shades of Free Speech Magenta #D631EE

Tints of Free Speech Magenta #D631EE

RGB

 RED value IS 214 (83.98% from 255) = 42.71%

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

 BLUE value IS 238 (93.36% from 255) = 47.5%

R = 42.71%
G = 9.78%
B = 47.5%

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

#D631EE (or 0xD631EE) is known color: Free Speech Magenta. HEX triplet: D6, 31 and EE. RGB value is (214,49,238). Sum of RGB (Red+Green+Blue) = 214+49+238=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 49 (19.53% from 255 or 9.78% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #D631EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D631EE is #29CE11. Grayscale: #777777. Windows color (decimal): -2739730 or 15610326. OLE color: 15610326.

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

Color convert

RGB 214 49 238 -
CMYK 0.10 0.79 0 0.07
HSL 292.38º 0.85% 0.56% -
HSV(B) 292.38º 0.79% 0.93% -
XYZ 44.26 22.67 82.93 -
YUV 119.88 194.66 195.13 -
System Red Green Blue C M Y K H S L
Decimal 214 49 238 0.10 0.79 0 0.07 292.38 0.85 0.56
Hex D6 31 EE A 4F 0 7 124 55 38
Octal 326 61 356 12 117 0 7 444 125 70
Binary 11010110 110001 11101110 1010 1001111 0 111 100100100 1010101 111000

Color Harmonies of #D631EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D631EE

Black with #D631EE

Text Example


Text Example

White with #D631EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D631EE; }

 p { color: rgb(214,49,238); }

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

background-color css

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

 a { background-color: rgb(214,49,238); }

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

border-color css

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

 span { border-color: rgb(214,49,238); }

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