Html Css Color HEX #D949EB Free Speech Magenta

📋 copy color: '#D949EB'

red 217 ◦ green 73 ◦ blue 235

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

Shades of Free Speech Magenta #D949EB

Tints of Free Speech Magenta #D949EB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.9%

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

R = 41.33%
G = 13.9%
B = 44.76%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D949EB (or 0xD949EB) is known color: Free Speech Magenta. HEX triplet: D9, 49 and EB. RGB value is (217,73,235). Sum of RGB (Red+Green+Blue) = 217+73+235=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 73 (28.91% from 255 or 13.90% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #D949EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D949EB is #26B614. Grayscale: #868686. Windows color (decimal): -2536981 or 15419865. OLE color: 15419865.

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

Color convert

RGB 217 73 235 -
CMYK 0.08 0.69 0 0.08
HSL 293.33º 0.8% 0.6% -
HSV(B) 293.33º 0.69% 0.92% -
XYZ 45.99 25.51 81.1 -
YUV 134.52 184.71 186.83 -
System Red Green Blue C M Y K H S L
Decimal 217 73 235 0.08 0.69 0 0.08 293.33 0.8 0.6
Hex D9 49 EB 8 45 0 8 125 50 3C
Octal 331 111 353 10 105 0 10 445 120 74
Binary 11011001 1001001 11101011 1000 1000101 0 1000 100100101 1010000 111100

Color Harmonies of #D949EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D949EB

Black with #D949EB

Text Example


Text Example

White with #D949EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D949EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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