Html Css Color HEX #D73ACE Free Speech Magenta

📋 copy color: '#D73ACE'

red 215 ◦ green 58 ◦ blue 206

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

Shades of Free Speech Magenta #D73ACE

Tints of Free Speech Magenta #D73ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 44.89%
G = 12.11%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D73ACE (or 0xD73ACE) is known color: Free Speech Magenta. HEX triplet: D7, 3A and CE. RGB value is (215,58,206). Sum of RGB (Red+Green+Blue) = 215+58+206=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 58 (23.05% from 255 or 12.11% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D73ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73ACE is #28C531. Grayscale: #797979. Windows color (decimal): -2671922 or 13515479. OLE color: 13515479.

HSL color Cylindrical-coordinate representation of color #D73ACE: hue angle of 303.44º 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 #D73ACE is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 58 206 -
CMYK 0 0.73 0.04 0.16
HSL 303.44º 0.66% 0.54% -
HSV(B) 303.44º 0.73% 0.84% -
XYZ 40.68 21.93 60.48 -
YUV 121.82 175.51 194.47 -
System Red Green Blue C M Y K H S L
Decimal 215 58 206 0 0.73 0.04 0.16 303.44 0.66 0.54
Hex D7 3A CE 0 49 4 10 12F 42 36
Octal 327 72 316 0 111 4 20 457 102 66
Binary 11010111 111010 11001110 0 1001001 100 10000 100101111 1000010 110110

Color Harmonies of #D73ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73ACE

Black with #D73ACE

Text Example


Text Example

White with #D73ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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