Html Css Color HEX #D947F8 Free Speech Magenta

📋 copy color: '#D947F8'

red 217 ◦ green 71 ◦ blue 248

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

Shades of Free Speech Magenta #D947F8

Tints of Free Speech Magenta #D947F8

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.25%

 BLUE value IS 248 (97.27% from 255) = 46.27%

R = 40.49%
G = 13.25%
B = 46.27%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D947F8 (or 0xD947F8) is known color: Free Speech Magenta. HEX triplet: D9, 47 and F8. RGB value is (217,71,248). Sum of RGB (Red+Green+Blue) = 217+71+248=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 71 (28.12% from 255 or 13.25% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: blue. Hex color #D947F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D947F8 is #26B807. Grayscale: #868686. Windows color (decimal): -2537480 or 16271321. OLE color: 16271321.

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

Color convert

RGB 217 71 248 -
CMYK 0.12 0.71 0 0.03
HSL 289.49º 0.93% 0.63% -
HSV(B) 289.49º 0.71% 0.97% -
XYZ 47.81 26.04 91.31 -
YUV 134.83 191.87 186.61 -
System Red Green Blue C M Y K H S L
Decimal 217 71 248 0.12 0.71 0 0.03 289.49 0.93 0.63
Hex D9 47 F8 C 47 0 3 121 5D 3F
Octal 331 107 370 14 107 0 3 441 135 77
Binary 11011001 1000111 11111000 1100 1000111 0 11 100100001 1011101 111111

Color Harmonies of #D947F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D947F8

Black with #D947F8

Text Example


Text Example

White with #D947F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D947F8; }

 p { color: rgb(217,71,248); }

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

background-color css

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

 a { background-color: rgb(217,71,248); }

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

border-color css

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

 span { border-color: rgb(217,71,248); }

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