Html Css Color HEX #D659EB Free Speech Magenta

📋 copy color: '#D659EB'

red 214 ◦ green 89 ◦ blue 235

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

Shades of Free Speech Magenta #D659EB

Tints of Free Speech Magenta #D659EB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.54%

 BLUE value IS 235 (92.19% from 255) = 43.68%

R = 39.78%
G = 16.54%
B = 43.68%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D659EB (or 0xD659EB) is known color: Free Speech Magenta. HEX triplet: D6, 59 and EB. RGB value is (214,89,235). Sum of RGB (Red+Green+Blue) = 214+89+235=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 89 (35.16% from 255 or 16.54% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #D659EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D659EB is #29A614. Grayscale: #8E8E8E. Windows color (decimal): -2729493 or 15423958. OLE color: 15423958.

HSL color Cylindrical-coordinate representation of color #D659EB: hue angle of 291.37º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D659EB is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 89 235 -
CMYK 0.09 0.62 0 0.08
HSL 291.37º 0.78% 0.64% -
HSV(B) 291.37º 0.62% 0.92% -
XYZ 46.3 27.44 81.45 -
YUV 143.02 179.91 178.63 -
System Red Green Blue C M Y K H S L
Decimal 214 89 235 0.09 0.62 0 0.08 291.37 0.78 0.64
Hex D6 59 EB 9 3E 0 8 123 4E 40
Octal 326 131 353 11 76 0 10 443 116 100
Binary 11010110 1011001 11101011 1001 111110 0 1000 100100011 1001110 1000000

Color Harmonies of #D659EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D659EB

Black with #D659EB

Text Example


Text Example

White with #D659EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D659EB; }

 p { color: rgb(214,89,235); }

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

background-color css

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

 a { background-color: rgb(214,89,235); }

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

border-color css

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

 span { border-color: rgb(214,89,235); }

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