Html Css Color HEX #D73EDA Free Speech Magenta

📋 copy color: '#D73EDA'

red 215 ◦ green 62 ◦ blue 218

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

Shades of Free Speech Magenta #D73EDA

Tints of Free Speech Magenta #D73EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 43.43%
G = 12.53%
B = 44.04%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D73EDA (or 0xD73EDA) is known color: Free Speech Magenta. HEX triplet: D7, 3E and DA. RGB value is (215,62,218). Sum of RGB (Red+Green+Blue) = 215+62+218=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 62 (24.61% from 255 or 12.53% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #D73EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73EDA is #28C125. Grayscale: #7D7D7D. Windows color (decimal): -2670886 or 14302935. OLE color: 14302935.

HSL color Cylindrical-coordinate representation of color #D73EDA: hue angle of 298.85º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73EDA is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 62 218 -
CMYK 0.01 0.72 0 0.15
HSL 298.85º 0.68% 0.55% -
HSV(B) 298.85º 0.72% 0.85% -
XYZ 42.4 22.95 68.53 -
YUV 125.53 180.19 191.82 -
System Red Green Blue C M Y K H S L
Decimal 215 62 218 0.01 0.72 0 0.15 298.85 0.68 0.55
Hex D7 3E DA 1 48 0 F 12B 44 37
Octal 327 76 332 1 110 0 17 453 104 67
Binary 11010111 111110 11011010 1 1001000 0 1111 100101011 1000100 110111

Color Harmonies of #D73EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73EDA

Black with #D73EDA

Text Example


Text Example

White with #D73EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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