Html Css Color HEX #D650EF Free Speech Magenta

📋 copy color: '#D650EF'

red 214 ◦ green 80 ◦ blue 239

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

Shades of Free Speech Magenta #D650EF

Tints of Free Speech Magenta #D650EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.84%

R = 40.15%
G = 15.01%
B = 44.84%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D650EF (or 0xD650EF) is known color: Free Speech Magenta. HEX triplet: D6, 50 and EF. RGB value is (214,80,239). Sum of RGB (Red+Green+Blue) = 214+80+239=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 80 (31.64% from 255 or 15.01% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #D650EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D650EF is #29AF10. Grayscale: #898989. Windows color (decimal): -2731793 or 15683798. OLE color: 15683798.

HSL color Cylindrical-coordinate representation of color #D650EF: hue angle of 290.57º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D650EF is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 80 239 -
CMYK 0.10 0.67 0 0.06
HSL 290.57º 0.83% 0.63% -
HSV(B) 290.57º 0.67% 0.94% -
XYZ 46.18 26.27 84.3 -
YUV 138.19 184.89 182.07 -
System Red Green Blue C M Y K H S L
Decimal 214 80 239 0.10 0.67 0 0.06 290.57 0.83 0.63
Hex D6 50 EF A 43 0 6 123 53 3F
Octal 326 120 357 12 103 0 6 443 123 77
Binary 11010110 1010000 11101111 1010 1000011 0 110 100100011 1010011 111111

Color Harmonies of #D650EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D650EF

Black with #D650EF

Text Example


Text Example

White with #D650EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D650EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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