Html Css Color HEX #D64AE0 Free Speech Magenta

📋 copy color: '#D64AE0'

red 214 ◦ green 74 ◦ blue 224

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

Shades of Free Speech Magenta #D64AE0

Tints of Free Speech Magenta #D64AE0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.45%

 BLUE value IS 224 (87.89% from 255) = 43.75%

R = 41.8%
G = 14.45%
B = 43.75%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D64AE0 (or 0xD64AE0) is known color: Free Speech Magenta. HEX triplet: D6, 4A and E0. RGB value is (214,74,224). Sum of RGB (Red+Green+Blue) = 214+74+224=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #D64AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64AE0 is #29B51F. Grayscale: #848484. Windows color (decimal): -2733344 or 14699222. OLE color: 14699222.

HSL color Cylindrical-coordinate representation of color #D64AE0: hue angle of 296º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D64AE0 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 74 224 -
CMYK 0.04 0.67 0 0.12
HSL 296º 0.71% 0.58% -
HSV(B) 296º 0.67% 0.88% -
XYZ 43.63 24.58 72.96 -
YUV 132.96 179.38 185.8 -
System Red Green Blue C M Y K H S L
Decimal 214 74 224 0.04 0.67 0 0.12 296 0.71 0.58
Hex D6 4A E0 4 43 0 C 128 47 3A
Octal 326 112 340 4 103 0 14 450 107 72
Binary 11010110 1001010 11100000 100 1000011 0 1100 100101000 1000111 111010

Color Harmonies of #D64AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64AE0

Black with #D64AE0

Text Example


Text Example

White with #D64AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64AE0; }

 p { color: rgb(214,74,224); }

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

background-color css

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

 a { background-color: rgb(214,74,224); }

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

border-color css

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

 span { border-color: rgb(214,74,224); }

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