Html Css Color HEX #D64FE5 Free Speech Magenta

📋 copy color: '#D64FE5'

red 214 ◦ green 79 ◦ blue 229

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

Shades of Free Speech Magenta #D64FE5

Tints of Free Speech Magenta #D64FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.87%

R = 41%
G = 15.13%
B = 43.87%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D64FE5 (or 0xD64FE5) is known color: Free Speech Magenta. HEX triplet: D6, 4F and E5. RGB value is (214,79,229). Sum of RGB (Red+Green+Blue) = 214+79+229=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 79 (31.25% from 255 or 15.13% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #D64FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64FE5 is #29B01A. Grayscale: #888888. Windows color (decimal): -2732059 or 15028182. OLE color: 15028182.

HSL color Cylindrical-coordinate representation of color #D64FE5: hue angle of 294º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64FE5 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 79 229 -
CMYK 0.07 0.66 0 0.10
HSL 294º 0.74% 0.6% -
HSV(B) 294º 0.66% 0.9% -
XYZ 44.67 25.55 76.71 -
YUV 136.47 180.23 183.3 -
System Red Green Blue C M Y K H S L
Decimal 214 79 229 0.07 0.66 0 0.10 294 0.74 0.6
Hex D6 4F E5 7 42 0 A 126 4A 3C
Octal 326 117 345 7 102 0 12 446 112 74
Binary 11010110 1001111 11100101 111 1000010 0 1010 100100110 1001010 111100

Color Harmonies of #D64FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64FE5

Black with #D64FE5

Text Example


Text Example

White with #D64FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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