Html Css Color HEX #D73AD4 Free Speech Magenta

📋 copy color: '#D73AD4'

red 215 ◦ green 58 ◦ blue 212

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

Shades of Free Speech Magenta #D73AD4

Tints of Free Speech Magenta #D73AD4

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.96%

 BLUE value IS 212 (83.2% from 255) = 43.71%

R = 44.33%
G = 11.96%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D73AD4 (or 0xD73AD4) is known color: Free Speech Magenta. HEX triplet: D7, 3A and D4. RGB value is (215,58,212). Sum of RGB (Red+Green+Blue) = 215+58+212=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D73AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73AD4 is #28C52B. Grayscale: #7A7A7A. Windows color (decimal): -2671916 or 13908695. OLE color: 13908695.

HSL color Cylindrical-coordinate representation of color #D73AD4: hue angle of 301.15º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D73AD4 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 58 212 -
CMYK 0 0.73 0.01 0.16
HSL 301.15º 0.66% 0.54% -
HSV(B) 301.15º 0.73% 0.84% -
XYZ 41.42 22.23 64.39 -
YUV 122.5 178.51 193.98 -
System Red Green Blue C M Y K H S L
Decimal 215 58 212 0 0.73 0.01 0.16 301.15 0.66 0.54
Hex D7 3A D4 0 49 1 10 12D 42 36
Octal 327 72 324 0 111 1 20 455 102 66
Binary 11010111 111010 11010100 0 1001001 1 10000 100101101 1000010 110110

Color Harmonies of #D73AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73AD4

Black with #D73AD4

Text Example


Text Example

White with #D73AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73AD4; }

 p { color: rgb(215,58,212); }

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

background-color css

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

 a { background-color: rgb(215,58,212); }

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

border-color css

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

 span { border-color: rgb(215,58,212); }

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