Html Css Color HEX #D64ADE Free Speech Magenta

📋 copy color: '#D64ADE'

red 214 ◦ green 74 ◦ blue 222

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

Shades of Free Speech Magenta #D64ADE

Tints of Free Speech Magenta #D64ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.53%

R = 41.96%
G = 14.51%
B = 43.53%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D64ADE (or 0xD64ADE) is known color: Free Speech Magenta. HEX triplet: D6, 4A and DE. RGB value is (214,74,222). Sum of RGB (Red+Green+Blue) = 214+74+222=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 74 (29.30% from 255 or 14.51% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #D64ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64ADE is #29B521. Grayscale: #848484. Windows color (decimal): -2733346 or 14568150. OLE color: 14568150.

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

Color convert

RGB 214 74 222 -
CMYK 0.04 0.67 0 0.13
HSL 296.76º 0.69% 0.58% -
HSV(B) 296.76º 0.67% 0.87% -
XYZ 43.37 24.47 71.54 -
YUV 132.73 178.38 185.97 -
System Red Green Blue C M Y K H S L
Decimal 214 74 222 0.04 0.67 0 0.13 296.76 0.69 0.58
Hex D6 4A DE 4 43 0 D 129 45 3A
Octal 326 112 336 4 103 0 15 451 105 72
Binary 11010110 1001010 11011110 100 1000011 0 1101 100101001 1000101 111010

Color Harmonies of #D64ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64ADE

Black with #D64ADE

Text Example


Text Example

White with #D64ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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