Html Css Color HEX #D64ED0 Free Speech Magenta

📋 copy color: '#D64ED0'

red 214 ◦ green 78 ◦ blue 208

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

Shades of Free Speech Magenta #D64ED0

Tints of Free Speech Magenta #D64ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.6%

R = 42.8%
G = 15.6%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D64ED0 (or 0xD64ED0) is known color: Free Speech Magenta. HEX triplet: D6, 4E and D0. RGB value is (214,78,208). Sum of RGB (Red+Green+Blue) = 214+78+208=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 78 (30.86% from 255 or 15.6% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D64ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64ED0 is #29B12F. Grayscale: #858585. Windows color (decimal): -2732336 or 13651670. OLE color: 13651670.

HSL color Cylindrical-coordinate representation of color #D64ED0: hue angle of 302.65º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64ED0 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 78 208 -
CMYK 0 0.64 0.03 0.16
HSL 302.65º 0.62% 0.57% -
HSV(B) 302.65º 0.64% 0.84% -
XYZ 41.84 24.3 62.16 -
YUV 133.48 170.06 185.43 -
System Red Green Blue C M Y K H S L
Decimal 214 78 208 0 0.64 0.03 0.16 302.65 0.62 0.57
Hex D6 4E D0 0 40 3 10 12F 3E 39
Octal 326 116 320 0 100 3 20 457 76 71
Binary 11010110 1001110 11010000 0 1000000 11 10000 100101111 111110 111001

Color Harmonies of #D64ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64ED0

Black with #D64ED0

Text Example


Text Example

White with #D64ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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