Html Css Color HEX #D64FDD Free Speech Magenta

📋 copy color: '#D64FDD'

red 214 ◦ green 79 ◦ blue 221

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

Shades of Free Speech Magenta #D64FDD

Tints of Free Speech Magenta #D64FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.37%

 BLUE value IS 221 (86.72% from 255) = 43%

R = 41.63%
G = 15.37%
B = 43%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D64FDD (or 0xD64FDD) is known color: Free Speech Magenta. HEX triplet: D6, 4F and DD. RGB value is (214,79,221). Sum of RGB (Red+Green+Blue) = 214+79+221=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 79 (31.25% from 255 or 15.37% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #D64FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64FDD is #29B022. Grayscale: #878787. Windows color (decimal): -2732067 or 14503894. OLE color: 14503894.

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

Color convert

RGB 214 79 221 -
CMYK 0.03 0.64 0 0.13
HSL 297.04º 0.68% 0.59% -
HSV(B) 297.04º 0.64% 0.87% -
XYZ 43.58 25.11 70.96 -
YUV 135.55 176.23 183.95 -
System Red Green Blue C M Y K H S L
Decimal 214 79 221 0.03 0.64 0 0.13 297.04 0.68 0.59
Hex D6 4F DD 3 40 0 D 129 44 3B
Octal 326 117 335 3 100 0 15 451 104 73
Binary 11010110 1001111 11011101 11 1000000 0 1101 100101001 1000100 111011

Color Harmonies of #D64FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64FDD

Black with #D64FDD

Text Example


Text Example

White with #D64FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64FDD; }

 p { color: rgb(214,79,221); }

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

background-color css

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

 a { background-color: rgb(214,79,221); }

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

border-color css

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

 span { border-color: rgb(214,79,221); }

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