Html Css Color HEX #D74EDA Free Speech Magenta

📋 copy color: '#D74EDA'

red 215 ◦ green 78 ◦ blue 218

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

Shades of Free Speech Magenta #D74EDA

Tints of Free Speech Magenta #D74EDA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.26%

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

R = 42.07%
G = 15.26%
B = 42.66%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D74EDA (or 0xD74EDA) is known color: Free Speech Magenta. HEX triplet: D7, 4E and DA. RGB value is (215,78,218). Sum of RGB (Red+Green+Blue) = 215+78+218=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 78 (30.86% from 255 or 15.26% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #D74EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74EDA is #28B125. Grayscale: #868686. Windows color (decimal): -2666790 or 14307031. OLE color: 14307031.

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

Color convert

RGB 215 78 218 -
CMYK 0.01 0.64 0 0.15
HSL 298.71º 0.65% 0.58% -
HSV(B) 298.71º 0.64% 0.85% -
XYZ 43.4 24.96 68.86 -
YUV 134.92 174.89 185.12 -
System Red Green Blue C M Y K H S L
Decimal 215 78 218 0.01 0.64 0 0.15 298.71 0.65 0.58
Hex D7 4E DA 1 40 0 F 12B 41 3A
Octal 327 116 332 1 100 0 17 453 101 72
Binary 11010111 1001110 11011010 1 1000000 0 1111 100101011 1000001 111010

Color Harmonies of #D74EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74EDA

Black with #D74EDA

Text Example


Text Example

White with #D74EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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