Html Css Color HEX #D640E1 Free Speech Magenta

📋 copy color: '#D640E1'

red 214 ◦ green 64 ◦ blue 225

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

Shades of Free Speech Magenta #D640E1

Tints of Free Speech Magenta #D640E1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.72%

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

R = 42.54%
G = 12.72%
B = 44.73%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D640E1 (or 0xD640E1) is known color: Free Speech Magenta. HEX triplet: D6, 40 and E1. RGB value is (214,64,225). Sum of RGB (Red+Green+Blue) = 214+64+225=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #D640E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D640E1 is #29BF1E. Grayscale: #7E7E7E. Windows color (decimal): -2735903 or 14762198. OLE color: 14762198.

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

Color convert

RGB 214 64 225 -
CMYK 0.05 0.72 0 0.12
HSL 295.9º 0.73% 0.57% -
HSV(B) 295.9º 0.72% 0.88% -
XYZ 43.16 23.4 73.48 -
YUV 127.2 183.2 189.91 -
System Red Green Blue C M Y K H S L
Decimal 214 64 225 0.05 0.72 0 0.12 295.9 0.73 0.57
Hex D6 40 E1 5 48 0 C 128 49 39
Octal 326 100 341 5 110 0 14 450 111 71
Binary 11010110 1000000 11100001 101 1001000 0 1100 100101000 1001001 111001

Color Harmonies of #D640E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D640E1

Black with #D640E1

Text Example


Text Example

White with #D640E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D640E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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