Html Css Color HEX #D73ADE Free Speech Magenta

📋 copy color: '#D73ADE'

red 215 ◦ green 58 ◦ blue 222

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

Shades of Free Speech Magenta #D73ADE

Tints of Free Speech Magenta #D73ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.85%

R = 43.43%
G = 11.72%
B = 44.85%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D73ADE (or 0xD73ADE) is known color: Free Speech Magenta. HEX triplet: D7, 3A and DE. RGB value is (215,58,222). Sum of RGB (Red+Green+Blue) = 215+58+222=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 58 (23.05% from 255 or 11.72% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #D73ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73ADE is #28C521. Grayscale: #7B7B7B. Windows color (decimal): -2671906 or 14564055. OLE color: 14564055.

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

Color convert

RGB 215 58 222 -
CMYK 0.03 0.74 0 0.13
HSL 297.44º 0.71% 0.55% -
HSV(B) 297.44º 0.74% 0.87% -
XYZ 42.72 22.75 71.25 -
YUV 123.64 183.51 193.16 -
System Red Green Blue C M Y K H S L
Decimal 215 58 222 0.03 0.74 0 0.13 297.44 0.71 0.55
Hex D7 3A DE 3 4A 0 D 129 47 37
Octal 327 72 336 3 112 0 15 451 107 67
Binary 11010111 111010 11011110 11 1001010 0 1101 100101001 1000111 110111

Color Harmonies of #D73ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73ADE

Black with #D73ADE

Text Example


Text Example

White with #D73ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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