Html Css Color HEX #D74EDE Free Speech Magenta

📋 copy color: '#D74EDE'

red 215 ◦ green 78 ◦ blue 222

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

Shades of Free Speech Magenta #D74EDE

Tints of Free Speech Magenta #D74EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.11%

R = 41.75%
G = 15.15%
B = 43.11%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D74EDE (or 0xD74EDE) is known color: Free Speech Magenta. HEX triplet: D7, 4E and DE. RGB value is (215,78,222). Sum of RGB (Red+Green+Blue) = 215+78+222=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 78 (30.86% from 255 or 15.15% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #D74EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74EDE is #28B121. Grayscale: #868686. Windows color (decimal): -2666786 or 14569175. OLE color: 14569175.

HSL color Cylindrical-coordinate representation of color #D74EDE: hue angle of 297.08º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74EDE is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 78 222 -
CMYK 0.03 0.65 0 0.13
HSL 297.08º 0.69% 0.59% -
HSV(B) 297.08º 0.65% 0.87% -
XYZ 43.93 25.17 71.65 -
YUV 135.38 176.89 184.79 -
System Red Green Blue C M Y K H S L
Decimal 215 78 222 0.03 0.65 0 0.13 297.08 0.69 0.59
Hex D7 4E DE 3 41 0 D 129 45 3B
Octal 327 116 336 3 101 0 15 451 105 73
Binary 11010111 1001110 11011110 11 1000001 0 1101 100101001 1000101 111011

Color Harmonies of #D74EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74EDE

Black with #D74EDE

Text Example


Text Example

White with #D74EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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