Html Css Color HEX #D958EB Free Speech Magenta

📋 copy color: '#D958EB'

red 217 ◦ green 88 ◦ blue 235

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

Shades of Free Speech Magenta #D958EB

Tints of Free Speech Magenta #D958EB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.3%

 BLUE value IS 235 (92.19% from 255) = 43.52%

R = 40.19%
G = 16.3%
B = 43.52%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D958EB (or 0xD958EB) is known color: Free Speech Magenta. HEX triplet: D9, 58 and EB. RGB value is (217,88,235). Sum of RGB (Red+Green+Blue) = 217+88+235=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 88 (34.77% from 255 or 16.30% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #D958EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D958EB is #26A714. Grayscale: #8E8E8E. Windows color (decimal): -2533141 or 15423705. OLE color: 15423705.

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

Color convert

RGB 217 88 235 -
CMYK 0.08 0.63 0 0.08
HSL 292.65º 0.79% 0.63% -
HSV(B) 292.65º 0.63% 0.92% -
XYZ 47.1 27.73 81.47 -
YUV 143.33 179.74 180.55 -
System Red Green Blue C M Y K H S L
Decimal 217 88 235 0.08 0.63 0 0.08 292.65 0.79 0.63
Hex D9 58 EB 8 3F 0 8 125 4F 3F
Octal 331 130 353 10 77 0 10 445 117 77
Binary 11011001 1011000 11101011 1000 111111 0 1000 100100101 1001111 111111

Color Harmonies of #D958EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D958EB

Black with #D958EB

Text Example


Text Example

White with #D958EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D958EB; }

 p { color: rgb(217,88,235); }

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

background-color css

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

 a { background-color: rgb(217,88,235); }

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

border-color css

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

 span { border-color: rgb(217,88,235); }

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