Html Css Color HEX #D949F7 Free Speech Magenta

📋 copy color: '#D949F7'

red 217 ◦ green 73 ◦ blue 247

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

Shades of Free Speech Magenta #D949F7

Tints of Free Speech Magenta #D949F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 46%

R = 40.41%
G = 13.59%
B = 46%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D949F7 (or 0xD949F7) is known color: Free Speech Magenta. HEX triplet: D9, 49 and F7. RGB value is (217,73,247). Sum of RGB (Red+Green+Blue) = 217+73+247=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 73 (28.91% from 255 or 13.59% from 537); Blue value is 247 (96.88% from 255 or 46.00% from 537); Max value from RGB is 247 - color contains mainly: blue. Hex color #D949F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D949F7 is #26B608. Grayscale: #878787. Windows color (decimal): -2536969 or 16206297. OLE color: 16206297.

HSL color Cylindrical-coordinate representation of color #D949F7: hue angle of 289.66º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D949F7 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 217 73 247 -
CMYK 0.12 0.70 0 0.03
HSL 289.66º 0.92% 0.63% -
HSV(B) 289.66º 0.7% 0.97% -
XYZ 47.79 26.23 90.54 -
YUV 135.89 190.71 185.85 -
System Red Green Blue C M Y K H S L
Decimal 217 73 247 0.12 0.70 0 0.03 289.66 0.92 0.63
Hex D9 49 F7 C 46 0 3 122 5C 3F
Octal 331 111 367 14 106 0 3 442 134 77
Binary 11011001 1001001 11110111 1100 1000110 0 11 100100010 1011100 111111

Color Harmonies of #D949F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D949F7

Black with #D949F7

Text Example


Text Example

White with #D949F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D949F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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