Html Css Color HEX #D74EDD Free Speech Magenta

📋 copy color: '#D74EDD'

red 215 ◦ green 78 ◦ blue 221

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

Shades of Free Speech Magenta #D74EDD

Tints of Free Speech Magenta #D74EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43%

R = 41.83%
G = 15.18%
B = 43%

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

#D74EDD (or 0xD74EDD) is known color: Free Speech Magenta. HEX triplet: D7, 4E and DD. RGB value is (215,78,221). Sum of RGB (Red+Green+Blue) = 215+78+221=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 78 (30.86% from 255 or 15.18% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #D74EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74EDD is #28B122. Grayscale: #868686. Windows color (decimal): -2666787 or 14503639. OLE color: 14503639.

HSL color Cylindrical-coordinate representation of color #D74EDD: hue angle of 297.48º degrees, saturation: 0.68, 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 #D74EDD is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 78 221 -
CMYK 0.03 0.65 0 0.13
HSL 297.48º 0.68% 0.59% -
HSV(B) 297.48º 0.65% 0.87% -
XYZ 43.8 25.12 70.95 -
YUV 135.27 176.39 184.87 -
System Red Green Blue C M Y K H S L
Decimal 215 78 221 0.03 0.65 0 0.13 297.48 0.68 0.59
Hex D7 4E DD 3 41 0 D 129 44 3B
Octal 327 116 335 3 101 0 15 451 104 73
Binary 11010111 1001110 11011101 11 1000001 0 1101 100101001 1000100 111011

Color Harmonies of #D74EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74EDD

Black with #D74EDD

Text Example


Text Example

White with #D74EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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