Html Css Color HEX #D649F4 Free Speech Magenta

📋 copy color: '#D649F4'

red 214 ◦ green 73 ◦ blue 244

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

Shades of Free Speech Magenta #D649F4

Tints of Free Speech Magenta #D649F4

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.75%

 BLUE value IS 244 (95.7% from 255) = 45.95%

R = 40.3%
G = 13.75%
B = 45.95%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D649F4 (or 0xD649F4) is known color: Free Speech Magenta. HEX triplet: D6, 49 and F4. RGB value is (214,73,244). Sum of RGB (Red+Green+Blue) = 214+73+244=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 73 (28.91% from 255 or 13.75% from 531); Blue value is 244 (95.70% from 255 or 45.95% from 531); Max value from RGB is 244 - color contains mainly: blue. Hex color #D649F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D649F4 is #29B60B. Grayscale: #868686. Windows color (decimal): -2733580 or 16009686. OLE color: 16009686.

HSL color Cylindrical-coordinate representation of color #D649F4: hue angle of 289.47º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D649F4 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 73 244 -
CMYK 0.12 0.70 0 0.04
HSL 289.47º 0.89% 0.62% -
HSV(B) 289.47º 0.7% 0.96% -
XYZ 46.44 25.59 88.08 -
YUV 134.65 189.71 184.6 -
System Red Green Blue C M Y K H S L
Decimal 214 73 244 0.12 0.70 0 0.04 289.47 0.89 0.62
Hex D6 49 F4 C 46 0 4 121 59 3E
Octal 326 111 364 14 106 0 4 441 131 76
Binary 11010110 1001001 11110100 1100 1000110 0 100 100100001 1011001 111110

Color Harmonies of #D649F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D649F4

Black with #D649F4

Text Example


Text Example

White with #D649F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D649F4; }

 p { color: rgb(214,73,244); }

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

background-color css

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

 a { background-color: rgb(214,73,244); }

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

border-color css

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

 span { border-color: rgb(214,73,244); }

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