Html Css Color HEX #D73DF7 Free Speech Magenta

📋 copy color: '#D73DF7'

red 215 ◦ green 61 ◦ blue 247

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

Shades of Free Speech Magenta #D73DF7

Tints of Free Speech Magenta #D73DF7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.66%

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

R = 41.11%
G = 11.66%
B = 47.23%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D73DF7 (or 0xD73DF7) is known color: Free Speech Magenta. HEX triplet: D7, 3D and F7. RGB value is (215,61,247). Sum of RGB (Red+Green+Blue) = 215+61+247=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 61 (24.22% from 255 or 11.66% from 523); Blue value is 247 (96.88% from 255 or 47.23% from 523); Max value from RGB is 247 - color contains mainly: blue. Hex color #D73DF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D73DF7 is #28C208. Grayscale: #7F7F7F. Windows color (decimal): -2671113 or 16203223. OLE color: 16203223.

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

Color convert

RGB 215 61 247 -
CMYK 0.13 0.75 0 0.03
HSL 289.68º 0.92% 0.6% -
HSV(B) 289.68º 0.75% 0.97% -
XYZ 46.48 24.5 90.27 -
YUV 128.25 195.02 189.88 -
System Red Green Blue C M Y K H S L
Decimal 215 61 247 0.13 0.75 0 0.03 289.68 0.92 0.6
Hex D7 3D F7 D 4B 0 3 122 5C 3C
Octal 327 75 367 15 113 0 3 442 134 74
Binary 11010111 111101 11110111 1101 1001011 0 11 100100010 1011100 111100

Color Harmonies of #D73DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73DF7

Black with #D73DF7

Text Example


Text Example

White with #D73DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73DF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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