Html Css Color HEX #D747F7 Free Speech Magenta

📋 copy color: '#D747F7'

red 215 ◦ green 71 ◦ blue 247

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

Shades of Free Speech Magenta #D747F7

Tints of Free Speech Magenta #D747F7

RGB

 RED value IS 215 (84.38% from 255) = 40.34%

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

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

R = 40.34%
G = 13.32%
B = 46.34%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D747F7 (or 0xD747F7) is known color: Free Speech Magenta. HEX triplet: D7, 47 and F7. RGB value is (215,71,247). Sum of RGB (Red+Green+Blue) = 215+71+247=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 71 (28.12% from 255 or 13.32% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #D747F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D747F7 is #28B808. Grayscale: #858585. Windows color (decimal): -2668553 or 16205783. OLE color: 16205783.

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

Color convert

RGB 215 71 247 -
CMYK 0.13 0.71 0 0.03
HSL 289.09º 0.92% 0.62% -
HSV(B) 289.09º 0.71% 0.97% -
XYZ 47.07 25.67 90.47 -
YUV 134.12 191.71 185.69 -
System Red Green Blue C M Y K H S L
Decimal 215 71 247 0.13 0.71 0 0.03 289.09 0.92 0.62
Hex D7 47 F7 D 47 0 3 121 5C 3E
Octal 327 107 367 15 107 0 3 441 134 76
Binary 11010111 1000111 11110111 1101 1000111 0 11 100100001 1011100 111110

Color Harmonies of #D747F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D747F7

Black with #D747F7

Text Example


Text Example

White with #D747F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D747F7; }

 p { color: rgb(215,71,247); }

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

background-color css

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

 a { background-color: rgb(215,71,247); }

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

border-color css

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

 span { border-color: rgb(215,71,247); }

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