Html Css Color HEX #D64DDF Free Speech Magenta

📋 copy color: '#D64DDF'

red 214 ◦ green 77 ◦ blue 223

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

Shades of Free Speech Magenta #D64DDF

Tints of Free Speech Magenta #D64DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.98%

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

R = 41.63%
G = 14.98%
B = 43.39%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D64DDF (or 0xD64DDF) is known color: Free Speech Magenta. HEX triplet: D6, 4D and DF. RGB value is (214,77,223). Sum of RGB (Red+Green+Blue) = 214+77+223=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 77 (30.47% from 255 or 14.98% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #D64DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64DDF is #29B220. Grayscale: #868686. Windows color (decimal): -2732577 or 14634454. OLE color: 14634454.

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

Color convert

RGB 214 77 223 -
CMYK 0.04 0.65 0 0.13
HSL 296.3º 0.7% 0.59% -
HSV(B) 296.3º 0.65% 0.87% -
XYZ 43.7 24.93 72.32 -
YUV 134.61 177.89 184.63 -
System Red Green Blue C M Y K H S L
Decimal 214 77 223 0.04 0.65 0 0.13 296.3 0.7 0.59
Hex D6 4D DF 4 41 0 D 128 46 3B
Octal 326 115 337 4 101 0 15 450 106 73
Binary 11010110 1001101 11011111 100 1000001 0 1101 100101000 1000110 111011

Color Harmonies of #D64DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64DDF

Black with #D64DDF

Text Example


Text Example

White with #D64DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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