Html Css Color HEX #D64EDD Free Speech Magenta

📋 copy color: '#D64EDD'

red 214 ◦ green 78 ◦ blue 221

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

Shades of Free Speech Magenta #D64EDD

Tints of Free Speech Magenta #D64EDD

RGB

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

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

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

R = 41.72%
G = 15.2%
B = 43.08%

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

#D64EDD (or 0xD64EDD) is known color: Free Speech Magenta. HEX triplet: D6, 4E and DD. RGB value is (214,78,221). Sum of RGB (Red+Green+Blue) = 214+78+221=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 78 (30.86% from 255 or 15.20% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #D64EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64EDD is #29B122. Grayscale: #868686. Windows color (decimal): -2732323 or 14503638. OLE color: 14503638.

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

Color convert

RGB 214 78 221 -
CMYK 0.03 0.65 0 0.13
HSL 297.06º 0.68% 0.59% -
HSV(B) 297.06º 0.65% 0.87% -
XYZ 43.51 24.97 70.93 -
YUV 134.97 176.56 184.37 -
System Red Green Blue C M Y K H S L
Decimal 214 78 221 0.03 0.65 0 0.13 297.06 0.68 0.59
Hex D6 4E DD 3 41 0 D 129 44 3B
Octal 326 116 335 3 101 0 15 451 104 73
Binary 11010110 1001110 11011101 11 1000001 0 1101 100101001 1000100 111011

Color Harmonies of #D64EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64EDD

Black with #D64EDD

Text Example


Text Example

White with #D64EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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