Html Css Color HEX #D64EE1 Free Speech Magenta

📋 copy color: '#D64EE1'

red 214 ◦ green 78 ◦ blue 225

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

Shades of Free Speech Magenta #D64EE1

Tints of Free Speech Magenta #D64EE1

RGB

 RED value IS 214 (83.98% from 255) = 41.39%

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

 BLUE value IS 225 (88.28% from 255) = 43.52%

R = 41.39%
G = 15.09%
B = 43.52%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D64EE1 (or 0xD64EE1) is known color: Free Speech Magenta. HEX triplet: D6, 4E and E1. RGB value is (214,78,225). Sum of RGB (Red+Green+Blue) = 214+78+225=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 78 (30.86% from 255 or 15.09% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 225 - color contains mainly: blue. Hex color #D64EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64EE1 is #29B11E. Grayscale: #868686. Windows color (decimal): -2732319 or 14765782. OLE color: 14765782.

HSL color Cylindrical-coordinate representation of color #D64EE1: hue angle of 295.51º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64EE1 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 78 225 -
CMYK 0.05 0.65 0 0.12
HSL 295.51º 0.71% 0.59% -
HSV(B) 295.51º 0.65% 0.88% -
XYZ 44.05 25.18 73.77 -
YUV 135.42 178.56 184.05 -
System Red Green Blue C M Y K H S L
Decimal 214 78 225 0.05 0.65 0 0.12 295.51 0.71 0.59
Hex D6 4E E1 5 41 0 C 128 47 3B
Octal 326 116 341 5 101 0 14 450 107 73
Binary 11010110 1001110 11100001 101 1000001 0 1100 100101000 1000111 111011

Color Harmonies of #D64EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64EE1

Black with #D64EE1

Text Example


Text Example

White with #D64EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64EE1; }

 p { color: rgb(214,78,225); }

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

background-color css

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

 a { background-color: rgb(214,78,225); }

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

border-color css

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

 span { border-color: rgb(214,78,225); }

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