Html Css Color HEX #D64EE4 Free Speech Magenta

📋 copy color: '#D64EE4'

red 214 ◦ green 78 ◦ blue 228

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

Shades of Free Speech Magenta #D64EE4

Tints of Free Speech Magenta #D64EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.85%

R = 41.15%
G = 15%
B = 43.85%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D64EE4 (or 0xD64EE4) is known color: Free Speech Magenta. HEX triplet: D6, 4E and E4. RGB value is (214,78,228). Sum of RGB (Red+Green+Blue) = 214+78+228=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 78 (30.86% from 255 or 15% from 520); Blue value is 228 (89.45% from 255 or 43.85% from 520); Max value from RGB is 228 - color contains mainly: blue. Hex color #D64EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64EE4 is #29B11B. Grayscale: #878787. Windows color (decimal): -2732316 or 14962390. OLE color: 14962390.

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

Color convert

RGB 214 78 228 -
CMYK 0.06 0.66 0 0.11
HSL 294.4º 0.74% 0.6% -
HSV(B) 294.4º 0.66% 0.89% -
XYZ 44.46 25.35 75.95 -
YUV 135.76 180.06 183.8 -
System Red Green Blue C M Y K H S L
Decimal 214 78 228 0.06 0.66 0 0.11 294.4 0.74 0.6
Hex D6 4E E4 6 42 0 B 126 4A 3C
Octal 326 116 344 6 102 0 13 446 112 74
Binary 11010110 1001110 11100100 110 1000010 0 1011 100100110 1001010 111100

Color Harmonies of #D64EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64EE4

Black with #D64EE4

Text Example


Text Example

White with #D64EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64EE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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