Html Css Color HEX #D64AED Free Speech Magenta

📋 copy color: '#D64AED'

red 214 ◦ green 74 ◦ blue 237

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

Shades of Free Speech Magenta #D64AED

Tints of Free Speech Magenta #D64AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.14%

R = 40.76%
G = 14.1%
B = 45.14%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D64AED (or 0xD64AED) is known color: Free Speech Magenta. HEX triplet: D6, 4A and ED. RGB value is (214,74,237). Sum of RGB (Red+Green+Blue) = 214+74+237=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 74 (29.30% from 255 or 14.10% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #D64AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D64AED is #29B512. Grayscale: #858585. Windows color (decimal): -2733331 or 15551190. OLE color: 15551190.

HSL color Cylindrical-coordinate representation of color #D64AED: hue angle of 291.53º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64AED is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 74 237 -
CMYK 0.10 0.69 0 0.07
HSL 291.53º 0.82% 0.61% -
HSV(B) 291.53º 0.69% 0.93% -
XYZ 45.47 25.31 82.61 -
YUV 134.44 185.88 184.75 -
System Red Green Blue C M Y K H S L
Decimal 214 74 237 0.10 0.69 0 0.07 291.53 0.82 0.61
Hex D6 4A ED A 45 0 7 124 52 3D
Octal 326 112 355 12 105 0 7 444 122 75
Binary 11010110 1001010 11101101 1010 1000101 0 111 100100100 1010010 111101

Color Harmonies of #D64AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64AED

Black with #D64AED

Text Example


Text Example

White with #D64AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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