Html Css Color HEX #D64FE4 Free Speech Magenta

📋 copy color: '#D64FE4'

red 214 ◦ green 79 ◦ blue 228

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

Shades of Free Speech Magenta #D64FE4

Tints of Free Speech Magenta #D64FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.76%

R = 41.07%
G = 15.16%
B = 43.76%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D64FE4 (or 0xD64FE4) is known color: Free Speech Magenta. HEX triplet: D6, 4F and E4. RGB value is (214,79,228). Sum of RGB (Red+Green+Blue) = 214+79+228=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 79 (31.25% from 255 or 15.16% from 521); Blue value is 228 (89.45% from 255 or 43.76% from 521); Max value from RGB is 228 - color contains mainly: blue. Hex color #D64FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64FE4 is #29B01B. Grayscale: #878787. Windows color (decimal): -2732060 or 14962646. OLE color: 14962646.

HSL color Cylindrical-coordinate representation of color #D64FE4: hue angle of 294.36º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64FE4 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 79 228 -
CMYK 0.06 0.65 0 0.11
HSL 294.36º 0.73% 0.6% -
HSV(B) 294.36º 0.65% 0.89% -
XYZ 44.53 25.49 75.97 -
YUV 136.35 179.73 183.38 -
System Red Green Blue C M Y K H S L
Decimal 214 79 228 0.06 0.65 0 0.11 294.36 0.73 0.6
Hex D6 4F E4 6 41 0 B 126 49 3C
Octal 326 117 344 6 101 0 13 446 111 74
Binary 11010110 1001111 11100100 110 1000001 0 1011 100100110 1001001 111100

Color Harmonies of #D64FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64FE4

Black with #D64FE4

Text Example


Text Example

White with #D64FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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