Html Css Color HEX #D650ED Free Speech Magenta

📋 copy color: '#D650ED'

red 214 ◦ green 80 ◦ blue 237

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

Shades of Free Speech Magenta #D650ED

Tints of Free Speech Magenta #D650ED

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.07%

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

R = 40.3%
G = 15.07%
B = 44.63%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D650ED (or 0xD650ED) is known color: Free Speech Magenta. HEX triplet: D6, 50 and ED. RGB value is (214,80,237). Sum of RGB (Red+Green+Blue) = 214+80+237=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 80 (31.64% from 255 or 15.07% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #D650ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D650ED is #29AF12. Grayscale: #898989. Windows color (decimal): -2731795 or 15552726. OLE color: 15552726.

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

Color convert

RGB 214 80 237 -
CMYK 0.10 0.66 0 0.07
HSL 291.21º 0.81% 0.62% -
HSV(B) 291.21º 0.66% 0.93% -
XYZ 45.89 26.15 82.75 -
YUV 137.96 183.89 182.23 -
System Red Green Blue C M Y K H S L
Decimal 214 80 237 0.10 0.66 0 0.07 291.21 0.81 0.62
Hex D6 50 ED A 42 0 7 123 51 3E
Octal 326 120 355 12 102 0 7 443 121 76
Binary 11010110 1010000 11101101 1010 1000010 0 111 100100011 1010001 111110

Color Harmonies of #D650ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D650ED

Black with #D650ED

Text Example


Text Example

White with #D650ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D650ED; }

 p { color: rgb(214,80,237); }

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

background-color css

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

 a { background-color: rgb(214,80,237); }

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

border-color css

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

 span { border-color: rgb(214,80,237); }

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