Html Css Color HEX #D959EA Free Speech Magenta

📋 copy color: '#D959EA'

red 217 ◦ green 89 ◦ blue 234

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

Shades of Free Speech Magenta #D959EA

Tints of Free Speech Magenta #D959EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.33%

R = 40.19%
G = 16.48%
B = 43.33%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D959EA (or 0xD959EA) is known color: Free Speech Magenta. HEX triplet: D9, 59 and EA. RGB value is (217,89,234). Sum of RGB (Red+Green+Blue) = 217+89+234=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 89 (35.16% from 255 or 16.48% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #D959EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D959EA is #26A615. Grayscale: #8F8F8F. Windows color (decimal): -2532886 or 15358425. OLE color: 15358425.

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

Color convert

RGB 217 89 234 -
CMYK 0.07 0.62 0 0.08
HSL 292.97º 0.78% 0.63% -
HSV(B) 292.97º 0.62% 0.92% -
XYZ 47.04 27.84 80.74 -
YUV 143.8 178.91 180.21 -
System Red Green Blue C M Y K H S L
Decimal 217 89 234 0.07 0.62 0 0.08 292.97 0.78 0.63
Hex D9 59 EA 7 3E 0 8 125 4E 3F
Octal 331 131 352 7 76 0 10 445 116 77
Binary 11011001 1011001 11101010 111 111110 0 1000 100100101 1001110 111111

Color Harmonies of #D959EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D959EA

Black with #D959EA

Text Example


Text Example

White with #D959EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D959EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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