Html Css Color HEX #D149D9 Free Speech Magenta

📋 copy color: '#D149D9'

red 209 ◦ green 73 ◦ blue 217

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

Shades of Free Speech Magenta #D149D9

Tints of Free Speech Magenta #D149D9

RGB

 RED value IS 209 (82.03% from 255) = 41.88%

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

 BLUE value IS 217 (85.16% from 255) = 43.49%

R = 41.88%
G = 14.63%
B = 43.49%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D149D9 (or 0xD149D9) is known color: Free Speech Magenta. HEX triplet: D1, 49 and D9. RGB value is (209,73,217). Sum of RGB (Red+Green+Blue) = 209+73+217=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 217 (85.16% from 255 or 43.49% from 499); Max value from RGB is 217 - color contains mainly: blue. Hex color #D149D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D149D9 is #2EB626. Grayscale: #818181. Windows color (decimal): -3061287 or 14240209. OLE color: 14240209.

HSL color Cylindrical-coordinate representation of color #D149D9: hue angle of 296.67º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D149D9 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 73 217 -
CMYK 0.04 0.66 0 0.15
HSL 296.67º 0.65% 0.57% -
HSV(B) 296.67º 0.66% 0.85% -
XYZ 41.2 23.33 67.98 -
YUV 130.08 177.06 184.29 -
System Red Green Blue C M Y K H S L
Decimal 209 73 217 0.04 0.66 0 0.15 296.67 0.65 0.57
Hex D1 49 D9 4 42 0 F 129 41 39
Octal 321 111 331 4 102 0 17 451 101 71
Binary 11010001 1001001 11011001 100 1000010 0 1111 100101001 1000001 111001

Color Harmonies of #D149D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D149D9

Black with #D149D9

Text Example


Text Example

White with #D149D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D149D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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