Html Css Color HEX #D73FE4 Free Speech Magenta

📋 copy color: '#D73FE4'

red 215 ◦ green 63 ◦ blue 228

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

Shades of Free Speech Magenta #D73FE4

Tints of Free Speech Magenta #D73FE4

RGB

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

 GREEN value IS 63 (25% from 255) = 12.45%

 BLUE value IS 228 (89.45% from 255) = 45.06%

R = 42.49%
G = 12.45%
B = 45.06%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D73FE4 (or 0xD73FE4) is known color: Free Speech Magenta. HEX triplet: D7, 3F and E4. RGB value is (215,63,228). Sum of RGB (Red+Green+Blue) = 215+63+228=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 63 (25% from 255 or 12.45% from 506); Blue value is 228 (89.45% from 255 or 45.06% from 506); Max value from RGB is 228 - color contains mainly: blue. Hex color #D73FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73FE4 is #28C01B. Grayscale: #7E7E7E. Windows color (decimal): -2670620 or 14958551. OLE color: 14958551.

HSL color Cylindrical-coordinate representation of color #D73FE4: hue angle of 295.27º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73FE4 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 215 63 228 -
CMYK 0.06 0.72 0 0.11
HSL 295.27º 0.75% 0.57% -
HSV(B) 295.27º 0.72% 0.89% -
XYZ 43.81 23.6 75.65 -
YUV 127.26 184.86 190.58 -
System Red Green Blue C M Y K H S L
Decimal 215 63 228 0.06 0.72 0 0.11 295.27 0.75 0.57
Hex D7 3F E4 6 48 0 B 127 4B 39
Octal 327 77 344 6 110 0 13 447 113 71
Binary 11010111 111111 11100100 110 1001000 0 1011 100100111 1001011 111001

Color Harmonies of #D73FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73FE4

Black with #D73FE4

Text Example


Text Example

White with #D73FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73FE4; }

 p { color: rgb(215,63,228); }

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

background-color css

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

 a { background-color: rgb(215,63,228); }

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

border-color css

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

 span { border-color: rgb(215,63,228); }

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