Html Css Color HEX #D959EF Free Speech Magenta

📋 copy color: '#D959EF'

red 217 ◦ green 89 ◦ blue 239

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

Shades of Free Speech Magenta #D959EF

Tints of Free Speech Magenta #D959EF

RGB

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

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

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

R = 39.82%
G = 16.33%
B = 43.85%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D959EF (or 0xD959EF) is known color: Free Speech Magenta. HEX triplet: D9, 59 and EF. RGB value is (217,89,239). Sum of RGB (Red+Green+Blue) = 217+89+239=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 89 (35.16% from 255 or 16.33% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #D959EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D959EF is #26A610. Grayscale: #8F8F8F. Windows color (decimal): -2532881 or 15686105. OLE color: 15686105.

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

Color convert

RGB 217 89 239 -
CMYK 0.09 0.63 0 0.06
HSL 291.2º 0.82% 0.64% -
HSV(B) 291.2º 0.63% 0.94% -
XYZ 47.77 28.13 84.57 -
YUV 144.37 181.41 179.8 -
System Red Green Blue C M Y K H S L
Decimal 217 89 239 0.09 0.63 0 0.06 291.2 0.82 0.64
Hex D9 59 EF 9 3F 0 6 123 52 40
Octal 331 131 357 11 77 0 6 443 122 100
Binary 11011001 1011001 11101111 1001 111111 0 110 100100011 1010010 1000000

Color Harmonies of #D959EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D959EF

Black with #D959EF

Text Example


Text Example

White with #D959EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D959EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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