Html Css Color HEX #D959EC Free Speech Magenta

📋 copy color: '#D959EC'

red 217 ◦ green 89 ◦ blue 236

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

Shades of Free Speech Magenta #D959EC

Tints of Free Speech Magenta #D959EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.54%

R = 40.04%
G = 16.42%
B = 43.54%

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

#D959EC (or 0xD959EC) is known color: Free Speech Magenta. HEX triplet: D9, 59 and EC. RGB value is (217,89,236). Sum of RGB (Red+Green+Blue) = 217+89+236=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 89 (35.16% from 255 or 16.42% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #D959EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D959EC is #26A613. Grayscale: #8F8F8F. Windows color (decimal): -2532884 or 15489497. OLE color: 15489497.

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

Color convert

RGB 217 89 236 -
CMYK 0.08 0.62 0 0.07
HSL 292.24º 0.79% 0.64% -
HSV(B) 292.24º 0.62% 0.93% -
XYZ 47.33 27.95 82.26 -
YUV 144.03 179.91 180.05 -
System Red Green Blue C M Y K H S L
Decimal 217 89 236 0.08 0.62 0 0.07 292.24 0.79 0.64
Hex D9 59 EC 8 3E 0 7 124 4F 40
Octal 331 131 354 10 76 0 7 444 117 100
Binary 11011001 1011001 11101100 1000 111110 0 111 100100100 1001111 1000000

Color Harmonies of #D959EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D959EC

Black with #D959EC

Text Example


Text Example

White with #D959EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D959EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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