Html Css Color HEX #D659ED Free Speech Magenta

📋 copy color: '#D659ED'

red 214 ◦ green 89 ◦ blue 237

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

Shades of Free Speech Magenta #D659ED

Tints of Free Speech Magenta #D659ED

RGB

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

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

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

R = 39.63%
G = 16.48%
B = 43.89%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D659ED (or 0xD659ED) is known color: Free Speech Magenta. HEX triplet: D6, 59 and ED. RGB value is (214,89,237). Sum of RGB (Red+Green+Blue) = 214+89+237=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 89 (35.16% from 255 or 16.48% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #D659ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D659ED is #29A612. Grayscale: #8E8E8E. Windows color (decimal): -2729491 or 15555030. OLE color: 15555030.

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

Color convert

RGB 214 89 237 -
CMYK 0.10 0.62 0 0.07
HSL 290.68º 0.8% 0.64% -
HSV(B) 290.68º 0.62% 0.93% -
XYZ 46.59 27.56 82.98 -
YUV 143.25 180.91 178.47 -
System Red Green Blue C M Y K H S L
Decimal 214 89 237 0.10 0.62 0 0.07 290.68 0.8 0.64
Hex D6 59 ED A 3E 0 7 123 50 40
Octal 326 131 355 12 76 0 7 443 120 100
Binary 11010110 1011001 11101101 1010 111110 0 111 100100011 1010000 1000000

Color Harmonies of #D659ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D659ED

Black with #D659ED

Text Example


Text Example

White with #D659ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D659ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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