Html Css Color HEX #D74EE5 Free Speech Magenta

📋 copy color: '#D74EE5'

red 215 ◦ green 78 ◦ blue 229

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

Shades of Free Speech Magenta #D74EE5

Tints of Free Speech Magenta #D74EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.87%

R = 41.19%
G = 14.94%
B = 43.87%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D74EE5 (or 0xD74EE5) is known color: Free Speech Magenta. HEX triplet: D7, 4E and E5. RGB value is (215,78,229). Sum of RGB (Red+Green+Blue) = 215+78+229=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 78 (30.86% from 255 or 14.94% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #D74EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74EE5 is #28B11A. Grayscale: #878787. Windows color (decimal): -2666779 or 15027927. OLE color: 15027927.

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

Color convert

RGB 215 78 229 -
CMYK 0.06 0.66 0 0.10
HSL 294.44º 0.74% 0.6% -
HSV(B) 294.44º 0.66% 0.9% -
XYZ 44.89 25.55 76.69 -
YUV 136.18 180.39 184.22 -
System Red Green Blue C M Y K H S L
Decimal 215 78 229 0.06 0.66 0 0.10 294.44 0.74 0.6
Hex D7 4E E5 6 42 0 A 126 4A 3C
Octal 327 116 345 6 102 0 12 446 112 74
Binary 11010111 1001110 11100101 110 1000010 0 1010 100100110 1001010 111100

Color Harmonies of #D74EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74EE5

Black with #D74EE5

Text Example


Text Example

White with #D74EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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