Html Css Color HEX #D949E1 Free Speech Magenta

📋 copy color: '#D949E1'

red 217 ◦ green 73 ◦ blue 225

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

Shades of Free Speech Magenta #D949E1

Tints of Free Speech Magenta #D949E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.69%

R = 42.14%
G = 14.17%
B = 43.69%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D949E1 (or 0xD949E1) is known color: Free Speech Magenta. HEX triplet: D9, 49 and E1. RGB value is (217,73,225). Sum of RGB (Red+Green+Blue) = 217+73+225=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #D949E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D949E1 is #26B61E. Grayscale: #848484. Windows color (decimal): -2536991 or 14764505. OLE color: 14764505.

HSL color Cylindrical-coordinate representation of color #D949E1: hue angle of 296.84º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D949E1 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 73 225 -
CMYK 0.04 0.68 0 0.12
HSL 296.84º 0.72% 0.58% -
HSV(B) 296.84º 0.68% 0.88% -
XYZ 44.59 24.95 73.7 -
YUV 133.38 179.71 187.64 -
System Red Green Blue C M Y K H S L
Decimal 217 73 225 0.04 0.68 0 0.12 296.84 0.72 0.58
Hex D9 49 E1 4 44 0 C 129 48 3A
Octal 331 111 341 4 104 0 14 451 110 72
Binary 11011001 1001001 11100001 100 1000100 0 1100 100101001 1001000 111010

Color Harmonies of #D949E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D949E1

Black with #D949E1

Text Example


Text Example

White with #D949E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D949E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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