Html Css Color HEX #D64ADF Free Speech Magenta

📋 copy color: '#D64ADF'

red 214 ◦ green 74 ◦ blue 223

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

Shades of Free Speech Magenta #D64ADF

Tints of Free Speech Magenta #D64ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.64%

R = 41.88%
G = 14.48%
B = 43.64%

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

#D64ADF (or 0xD64ADF) is known color: Free Speech Magenta. HEX triplet: D6, 4A and DF. RGB value is (214,74,223). Sum of RGB (Red+Green+Blue) = 214+74+223=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 74 (29.30% from 255 or 14.48% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #D64ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64ADF is #29B520. Grayscale: #848484. Windows color (decimal): -2733345 or 14633686. OLE color: 14633686.

HSL color Cylindrical-coordinate representation of color #D64ADF: hue angle of 296.38º degrees, saturation: 0.7, 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 #D64ADF is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 74 223 -
CMYK 0.04 0.67 0 0.13
HSL 296.38º 0.7% 0.58% -
HSV(B) 296.38º 0.67% 0.87% -
XYZ 43.5 24.52 72.25 -
YUV 132.85 178.88 185.88 -
System Red Green Blue C M Y K H S L
Decimal 214 74 223 0.04 0.67 0 0.13 296.38 0.7 0.58
Hex D6 4A DF 4 43 0 D 128 46 3A
Octal 326 112 337 4 103 0 15 450 106 72
Binary 11010110 1001010 11011111 100 1000011 0 1101 100101000 1000110 111010

Color Harmonies of #D64ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64ADF

Black with #D64ADF

Text Example


Text Example

White with #D64ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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