Html Css Color HEX #D959ED Free Speech Magenta

📋 copy color: '#D959ED'

red 217 ◦ green 89 ◦ blue 237

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

Shades of Free Speech Magenta #D959ED

Tints of Free Speech Magenta #D959ED

RGB

 RED value IS 217 (85.16% from 255) = 39.96%

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

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

R = 39.96%
G = 16.39%
B = 43.65%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D959ED (or 0xD959ED) is known color: Free Speech Magenta. HEX triplet: D9, 59 and ED. RGB value is (217,89,237). Sum of RGB (Red+Green+Blue) = 217+89+237=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 89 (35.16% from 255 or 16.39% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #D959ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D959ED is #26A612. Grayscale: #8F8F8F. Windows color (decimal): -2532883 or 15555033. OLE color: 15555033.

HSL color Cylindrical-coordinate representation of color #D959ED: hue angle of 291.89º 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 #D959ED is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 89 237 -
CMYK 0.08 0.62 0 0.07
HSL 291.89º 0.8% 0.64% -
HSV(B) 291.89º 0.62% 0.93% -
XYZ 47.47 28.01 83.03 -
YUV 144.14 180.41 179.97 -
System Red Green Blue C M Y K H S L
Decimal 217 89 237 0.08 0.62 0 0.07 291.89 0.8 0.64
Hex D9 59 ED 8 3E 0 7 124 50 40
Octal 331 131 355 10 76 0 7 444 120 100
Binary 11011001 1011001 11101101 1000 111110 0 111 100100100 1010000 1000000

Color Harmonies of #D959ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D959ED

Black with #D959ED

Text Example


Text Example

White with #D959ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D959ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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