Html Css Color HEX #D73EF0 Free Speech Magenta

📋 copy color: '#D73EF0'

red 215 ◦ green 62 ◦ blue 240

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

Shades of Free Speech Magenta #D73EF0

Tints of Free Speech Magenta #D73EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.42%

R = 41.59%
G = 11.99%
B = 46.42%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D73EF0 (or 0xD73EF0) is known color: Free Speech Magenta. HEX triplet: D7, 3E and F0. RGB value is (215,62,240). Sum of RGB (Red+Green+Blue) = 215+62+240=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 62 (24.61% from 255 or 11.99% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #D73EF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D73EF0 is #28C10F. Grayscale: #7F7F7F. Windows color (decimal): -2670864 or 15744727. OLE color: 15744727.

HSL color Cylindrical-coordinate representation of color #D73EF0: hue angle of 291.57º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D73EF0 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 62 240 -
CMYK 0.10 0.74 0 0.06
HSL 291.57º 0.86% 0.59% -
HSV(B) 291.57º 0.74% 0.94% -
XYZ 45.48 24.18 84.71 -
YUV 128.04 191.19 190.03 -
System Red Green Blue C M Y K H S L
Decimal 215 62 240 0.10 0.74 0 0.06 291.57 0.86 0.59
Hex D7 3E F0 A 4A 0 6 124 56 3B
Octal 327 76 360 12 112 0 6 444 126 73
Binary 11010111 111110 11110000 1010 1001010 0 110 100100100 1010110 111011

Color Harmonies of #D73EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73EF0

Black with #D73EF0

Text Example


Text Example

White with #D73EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73EF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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