Html Css Color HEX #D949D1 Free Speech Magenta

📋 copy color: '#D949D1'

red 217 ◦ green 73 ◦ blue 209

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

Shades of Free Speech Magenta #D949D1

Tints of Free Speech Magenta #D949D1

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #D949D1: hue angle of 303.33º 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 #D949D1 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 73 209 -
CMYK 0 0.66 0.04 0.15
HSL 303.33º 0.65% 0.57% -
HSV(B) 303.33º 0.66% 0.85% -
XYZ 42.51 24.12 62.74 -
YUV 131.56 171.71 188.94 -
System Red Green Blue C M Y K H S L
Decimal 217 73 209 0 0.66 0.04 0.15 303.33 0.65 0.57
Hex D9 49 D1 0 42 4 F 12F 41 39
Octal 331 111 321 0 102 4 17 457 101 71
Binary 11011001 1001001 11010001 0 1000010 100 1111 100101111 1000001 111001

Color Harmonies of #D949D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D949D1

Black with #D949D1

Text Example


Text Example

White with #D949D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D949D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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