Html Css Color HEX #D73DF8 Free Speech Magenta

📋 copy color: '#D73DF8'

red 215 ◦ green 61 ◦ blue 248

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

Shades of Free Speech Magenta #D73DF8

Tints of Free Speech Magenta #D73DF8

RGB

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

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

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

R = 41.03%
G = 11.64%
B = 47.33%

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

#D73DF8 (or 0xD73DF8) is known color: Free Speech Magenta. HEX triplet: D7, 3D and F8. RGB value is (215,61,248). Sum of RGB (Red+Green+Blue) = 215+61+248=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 61 (24.22% from 255 or 11.64% from 524); Blue value is 248 (97.27% from 255 or 47.33% from 524); Max value from RGB is 248 - color contains mainly: blue. Hex color #D73DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D73DF8 is #28C207. Grayscale: #7F7F7F. Windows color (decimal): -2671112 or 16268759. OLE color: 16268759.

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

Color convert

RGB 215 61 248 -
CMYK 0.13 0.75 0 0.03
HSL 289.41º 0.93% 0.61% -
HSV(B) 289.41º 0.75% 0.97% -
XYZ 46.64 24.56 91.09 -
YUV 128.36 195.52 189.79 -
System Red Green Blue C M Y K H S L
Decimal 215 61 248 0.13 0.75 0 0.03 289.41 0.93 0.61
Hex D7 3D F8 D 4B 0 3 121 5D 3D
Octal 327 75 370 15 113 0 3 441 135 75
Binary 11010111 111101 11111000 1101 1001011 0 11 100100001 1011101 111101

Color Harmonies of #D73DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73DF8

Black with #D73DF8

Text Example


Text Example

White with #D73DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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