Html Css Color HEX #D64EDB Free Speech Magenta

📋 copy color: '#D64EDB'

red 214 ◦ green 78 ◦ blue 219

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

Shades of Free Speech Magenta #D64EDB

Tints of Free Speech Magenta #D64EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.86%

R = 41.88%
G = 15.26%
B = 42.86%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D64EDB (or 0xD64EDB) is known color: Free Speech Magenta. HEX triplet: D6, 4E and DB. RGB value is (214,78,219). Sum of RGB (Red+Green+Blue) = 214+78+219=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 78 (30.86% from 255 or 15.26% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #D64EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64EDB is #29B124. Grayscale: #868686. Windows color (decimal): -2732325 or 14372566. OLE color: 14372566.

HSL color Cylindrical-coordinate representation of color #D64EDB: hue angle of 297.87º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64EDB is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 78 219 -
CMYK 0.02 0.64 0 0.14
HSL 297.87º 0.66% 0.58% -
HSV(B) 297.87º 0.64% 0.86% -
XYZ 43.24 24.86 69.54 -
YUV 134.74 175.56 184.54 -
System Red Green Blue C M Y K H S L
Decimal 214 78 219 0.02 0.64 0 0.14 297.87 0.66 0.58
Hex D6 4E DB 2 40 0 E 12A 42 3A
Octal 326 116 333 2 100 0 16 452 102 72
Binary 11010110 1001110 11011011 10 1000000 0 1110 100101010 1000010 111010

Color Harmonies of #D64EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64EDB

Black with #D64EDB

Text Example


Text Example

White with #D64EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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