Html Css Color HEX #D73ED4 Free Speech Magenta

📋 copy color: '#D73ED4'

red 215 ◦ green 62 ◦ blue 212

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

Shades of Free Speech Magenta #D73ED4

Tints of Free Speech Magenta #D73ED4

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.68%

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

R = 43.97%
G = 12.68%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D73ED4 (or 0xD73ED4) is known color: Free Speech Magenta. HEX triplet: D7, 3E and D4. RGB value is (215,62,212). Sum of RGB (Red+Green+Blue) = 215+62+212=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 62 (24.61% from 255 or 12.68% from 489); Blue value is 212 (83.20% from 255 or 43.35% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D73ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73ED4 is #28C12B. Grayscale: #7C7C7C. Windows color (decimal): -2670892 or 13909719. OLE color: 13909719.

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

Color convert

RGB 215 62 212 -
CMYK 0 0.71 0.01 0.16
HSL 301.18º 0.66% 0.54% -
HSV(B) 301.18º 0.71% 0.84% -
XYZ 41.63 22.65 64.46 -
YUV 124.85 177.19 192.3 -
System Red Green Blue C M Y K H S L
Decimal 215 62 212 0 0.71 0.01 0.16 301.18 0.66 0.54
Hex D7 3E D4 0 47 1 10 12D 42 36
Octal 327 76 324 0 107 1 20 455 102 66
Binary 11010111 111110 11010100 0 1000111 1 10000 100101101 1000010 110110

Color Harmonies of #D73ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73ED4

Black with #D73ED4

Text Example


Text Example

White with #D73ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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